Shades of Neon Pink #FA59CB
Tints of Neon Pink #FA59CB
RGB
CMYK
RGB Variations
Color information
#FA59CB (or 0xFA59CB) is known color: Neon Pink. HEX triplet: FA, 59 and CB. RGB value is (250,89,203). Sum of RGB (Red+Green+Blue) = 250+89+203=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59CB is #05A634. Grayscale: #959595. Windows color (decimal): -370229 or 13326842. OLE color: 13326842.
HSL color Cylindrical-coordinate representation of color #FA59CB: hue angle of 317.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA59CB is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 203 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.02 |
| HSL | 317.52º | 0.94% | 0.66% | - |
| HSV(B) | 317.52º | 0.64% | 0.98% | - |
| XYZ | 53.78 | 31.78 | 59.8 | - |
| YUV | 150.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 203 | 0 | 0.64 | 0.19 | 0.02 | 317.52 | 0.94 | 0.66 |
| Hex | FA | 59 | CB | 0 | 40 | 13 | 2 | 13E | 5E | 42 |
| Octal | 372 | 131 | 313 | 0 | 100 | 23 | 2 | 476 | 136 | 102 |
| Binary | 11111010 | 1011001 | 11001011 | 0 | 1000000 | 10011 | 10 | 100111110 | 1011110 | 1000010 |
Color Harmonies of #FA59CB
Complementary color
Monochromatic Colors of #FA59CB
Black with #FA59CB
Text Example
Text Example
White with #FA59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59CB; }
p { color: rgb(250,89,203); }
H1.HeaderClassName
{
color: #FA59CB;
}
.AnyTagClassName
{
color: #FA59CB;
}
</style>
background-color css
<style>
a { background-color: #FA59CB; }
a { background-color: rgb(250,89,203); }
div.DivClassName
{
background-color: #FA59CB;
}
.BgClassName
{
background-color: #FA59CB;
}
</style>
border-color css
<style>
span { border-color: #FA59CB; }
span { border-color: rgb(250,89,203); }
td.TdClassName
{
border-color: #FA59CB;
}
.TagClassName
{
border-color: #FA59CB;
}
</style>