The hex value calculated from red, blue, green.
String get hex => '0xff${_value.toRadixString(16).padLeft(6, '0')}';