Shades of Neon Pink #FC55C0
Tints of Neon Pink #FC55C0
RGB
CMYK
RGB Variations
Color information
#FC55C0 (or 0xFC55C0) is known color: Neon Pink. HEX triplet: FC, 55 and C0. RGB value is (252,85,192). Sum of RGB (Red+Green+Blue) = 252+85+192=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55C0 is #03AA3F. Grayscale: #929292. Windows color (decimal): -240192 or 12604924. OLE color: 12604924.
HSL color Cylindrical-coordinate representation of color #FC55C0: hue angle of 321.56º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55C0 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 192 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.01 |
| HSL | 321.56º | 0.97% | 0.66% | - |
| HSV(B) | 321.56º | 0.66% | 0.99% | - |
| XYZ | 52.91 | 31 | 53.06 | - |
| YUV | 147.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 192 | 0 | 0.66 | 0.24 | 0.01 | 321.56 | 0.97 | 0.66 |
| Hex | FC | 55 | C0 | 0 | 42 | 18 | 1 | 142 | 61 | 42 |
| Octal | 374 | 125 | 300 | 0 | 102 | 30 | 1 | 502 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11000000 | 0 | 1000010 | 11000 | 1 | 101000010 | 1100001 | 1000010 |
Color Harmonies of #FC55C0
Complementary color
Monochromatic Colors of #FC55C0
Black with #FC55C0
Text Example
Text Example
White with #FC55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55C0; }
p { color: rgb(252,85,192); }
H1.HeaderClassName
{
color: #FC55C0;
}
.AnyTagClassName
{
color: #FC55C0;
}
</style>
background-color css
<style>
a { background-color: #FC55C0; }
a { background-color: rgb(252,85,192); }
div.DivClassName
{
background-color: #FC55C0;
}
.BgClassName
{
background-color: #FC55C0;
}
</style>
border-color css
<style>
span { border-color: #FC55C0; }
span { border-color: rgb(252,85,192); }
td.TdClassName
{
border-color: #FC55C0;
}
.TagClassName
{
border-color: #FC55C0;
}
</style>