Shades of Neon Pink #FA59CC
Tints of Neon Pink #FA59CC
RGB
CMYK
RGB Variations
Color information
#FA59CC (or 0xFA59CC) is known color: Neon Pink. HEX triplet: FA, 59 and CC. RGB value is (250,89,204). Sum of RGB (Red+Green+Blue) = 250+89+204=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59CC is #05A633. Grayscale: #959595. Windows color (decimal): -370228 or 13392378. OLE color: 13392378.
HSL color Cylindrical-coordinate representation of color #FA59CC: hue angle of 317.14º 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 #FA59CC is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 204 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.02 |
| HSL | 317.14º | 0.94% | 0.66% | - |
| HSV(B) | 317.14º | 0.64% | 0.98% | - |
| XYZ | 53.9 | 31.83 | 60.43 | - |
| YUV | 150.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 204 | 0 | 0.64 | 0.18 | 0.02 | 317.14 | 0.94 | 0.66 |
| Hex | FA | 59 | CC | 0 | 40 | 12 | 2 | 13D | 5E | 42 |
| Octal | 372 | 131 | 314 | 0 | 100 | 22 | 2 | 475 | 136 | 102 |
| Binary | 11111010 | 1011001 | 11001100 | 0 | 1000000 | 10010 | 10 | 100111101 | 1011110 | 1000010 |
Color Harmonies of #FA59CC
Complementary color
Monochromatic Colors of #FA59CC
Black with #FA59CC
Text Example
Text Example
White with #FA59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59CC; }
p { color: rgb(250,89,204); }
H1.HeaderClassName
{
color: #FA59CC;
}
.AnyTagClassName
{
color: #FA59CC;
}
</style>
background-color css
<style>
a { background-color: #FA59CC; }
a { background-color: rgb(250,89,204); }
div.DivClassName
{
background-color: #FA59CC;
}
.BgClassName
{
background-color: #FA59CC;
}
</style>
border-color css
<style>
span { border-color: #FA59CC; }
span { border-color: rgb(250,89,204); }
td.TdClassName
{
border-color: #FA59CC;
}
.TagClassName
{
border-color: #FA59CC;
}
</style>