Shades of Neon Pink #FC59C0
Tints of Neon Pink #FC59C0
RGB
CMYK
RGB Variations
Color information
#FC59C0 (or 0xFC59C0) is known color: Neon Pink. HEX triplet: FC, 59 and C0. RGB value is (252,89,192). Sum of RGB (Red+Green+Blue) = 252+89+192=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59C0 is #03A63F. Grayscale: #959595. Windows color (decimal): -239168 or 12605948. OLE color: 12605948.
HSL color Cylindrical-coordinate representation of color #FC59C0: hue angle of 322.09º 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 #FC59C0 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 192 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.01 |
| HSL | 322.09º | 0.96% | 0.67% | - |
| HSV(B) | 322.09º | 0.65% | 0.99% | - |
| XYZ | 53.23 | 31.65 | 53.17 | - |
| YUV | 149.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 192 | 0 | 0.65 | 0.24 | 0.01 | 322.09 | 0.96 | 0.67 |
| Hex | FC | 59 | C0 | 0 | 41 | 18 | 1 | 142 | 60 | 43 |
| Octal | 374 | 131 | 300 | 0 | 101 | 30 | 1 | 502 | 140 | 103 |
| Binary | 11111100 | 1011001 | 11000000 | 0 | 1000001 | 11000 | 1 | 101000010 | 1100000 | 1000011 |
Color Harmonies of #FC59C0
Complementary color
Monochromatic Colors of #FC59C0
Black with #FC59C0
Text Example
Text Example
White with #FC59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59C0; }
p { color: rgb(252,89,192); }
H1.HeaderClassName
{
color: #FC59C0;
}
.AnyTagClassName
{
color: #FC59C0;
}
</style>
background-color css
<style>
a { background-color: #FC59C0; }
a { background-color: rgb(252,89,192); }
div.DivClassName
{
background-color: #FC59C0;
}
.BgClassName
{
background-color: #FC59C0;
}
</style>
border-color css
<style>
span { border-color: #FC59C0; }
span { border-color: rgb(252,89,192); }
td.TdClassName
{
border-color: #FC59C0;
}
.TagClassName
{
border-color: #FC59C0;
}
</style>