Shades of Neon Pink #FC59CF
Tints of Neon Pink #FC59CF
RGB
CMYK
RGB Variations
Color information
#FC59CF (or 0xFC59CF) is known color: Neon Pink. HEX triplet: FC, 59 and CF. RGB value is (252,89,207). Sum of RGB (Red+Green+Blue) = 252+89+207=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59CF is #03A630. Grayscale: #969696. Windows color (decimal): -239153 or 13588988. OLE color: 13588988.
HSL color Cylindrical-coordinate representation of color #FC59CF: hue angle of 316.56º 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 #FC59CF is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 207 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.01 |
| HSL | 316.56º | 0.96% | 0.67% | - |
| HSV(B) | 316.56º | 0.65% | 0.99% | - |
| XYZ | 54.98 | 32.35 | 62.38 | - |
| YUV | 151.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 207 | 0 | 0.65 | 0.18 | 0.01 | 316.56 | 0.96 | 0.67 |
| Hex | FC | 59 | CF | 0 | 41 | 12 | 1 | 13D | 60 | 43 |
| Octal | 374 | 131 | 317 | 0 | 101 | 22 | 1 | 475 | 140 | 103 |
| Binary | 11111100 | 1011001 | 11001111 | 0 | 1000001 | 10010 | 1 | 100111101 | 1100000 | 1000011 |
Color Harmonies of #FC59CF
Complementary color
Monochromatic Colors of #FC59CF
Black with #FC59CF
Text Example
Text Example
White with #FC59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59CF; }
p { color: rgb(252,89,207); }
H1.HeaderClassName
{
color: #FC59CF;
}
.AnyTagClassName
{
color: #FC59CF;
}
</style>
background-color css
<style>
a { background-color: #FC59CF; }
a { background-color: rgb(252,89,207); }
div.DivClassName
{
background-color: #FC59CF;
}
.BgClassName
{
background-color: #FC59CF;
}
</style>
border-color css
<style>
span { border-color: #FC59CF; }
span { border-color: rgb(252,89,207); }
td.TdClassName
{
border-color: #FC59CF;
}
.TagClassName
{
border-color: #FC59CF;
}
</style>