Shades of Neon Pink #FC59D2
Tints of Neon Pink #FC59D2
RGB
CMYK
RGB Variations
Color information
#FC59D2 (or 0xFC59D2) is known color: Neon Pink. HEX triplet: FC, 59 and D2. RGB value is (252,89,210). Sum of RGB (Red+Green+Blue) = 252+89+210=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59D2 is #03A62D. Grayscale: #979797. Windows color (decimal): -239150 or 13785596. OLE color: 13785596.
HSL color Cylindrical-coordinate representation of color #FC59D2: hue angle of 315.46º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC59D2 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 210 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.01 |
| HSL | 315.46º | 0.96% | 0.67% | - |
| HSV(B) | 315.46º | 0.65% | 0.99% | - |
| XYZ | 55.35 | 32.49 | 64.33 | - |
| YUV | 151.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 210 | 0 | 0.65 | 0.17 | 0.01 | 315.46 | 0.96 | 0.67 |
| Hex | FC | 59 | D2 | 0 | 41 | 11 | 1 | 13B | 60 | 43 |
| Octal | 374 | 131 | 322 | 0 | 101 | 21 | 1 | 473 | 140 | 103 |
| Binary | 11111100 | 1011001 | 11010010 | 0 | 1000001 | 10001 | 1 | 100111011 | 1100000 | 1000011 |
Color Harmonies of #FC59D2
Complementary color
Monochromatic Colors of #FC59D2
Black with #FC59D2
Text Example
Text Example
White with #FC59D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59D2; }
p { color: rgb(252,89,210); }
H1.HeaderClassName
{
color: #FC59D2;
}
.AnyTagClassName
{
color: #FC59D2;
}
</style>
background-color css
<style>
a { background-color: #FC59D2; }
a { background-color: rgb(252,89,210); }
div.DivClassName
{
background-color: #FC59D2;
}
.BgClassName
{
background-color: #FC59D2;
}
</style>
border-color css
<style>
span { border-color: #FC59D2; }
span { border-color: rgb(252,89,210); }
td.TdClassName
{
border-color: #FC59D2;
}
.TagClassName
{
border-color: #FC59D2;
}
</style>