Shades of Neon Pink #FC55C8
Tints of Neon Pink #FC55C8
RGB
CMYK
RGB Variations
Color information
#FC55C8 (or 0xFC55C8) is known color: Neon Pink. HEX triplet: FC, 55 and C8. RGB value is (252,85,200). Sum of RGB (Red+Green+Blue) = 252+85+200=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55C8 is #03AA37. Grayscale: #939393. Windows color (decimal): -240184 or 13129212. OLE color: 13129212.
HSL color Cylindrical-coordinate representation of color #FC55C8: hue angle of 318.68º 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 #FC55C8 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 200 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.01 |
| HSL | 318.68º | 0.97% | 0.66% | - |
| HSV(B) | 318.68º | 0.66% | 0.99% | - |
| XYZ | 53.82 | 31.36 | 57.86 | - |
| YUV | 148.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 200 | 0 | 0.66 | 0.21 | 0.01 | 318.68 | 0.97 | 0.66 |
| Hex | FC | 55 | C8 | 0 | 42 | 15 | 1 | 13F | 61 | 42 |
| Octal | 374 | 125 | 310 | 0 | 102 | 25 | 1 | 477 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11001000 | 0 | 1000010 | 10101 | 1 | 100111111 | 1100001 | 1000010 |
Color Harmonies of #FC55C8
Complementary color
Monochromatic Colors of #FC55C8
Black with #FC55C8
Text Example
Text Example
White with #FC55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55C8; }
p { color: rgb(252,85,200); }
H1.HeaderClassName
{
color: #FC55C8;
}
.AnyTagClassName
{
color: #FC55C8;
}
</style>
background-color css
<style>
a { background-color: #FC55C8; }
a { background-color: rgb(252,85,200); }
div.DivClassName
{
background-color: #FC55C8;
}
.BgClassName
{
background-color: #FC55C8;
}
</style>
border-color css
<style>
span { border-color: #FC55C8; }
span { border-color: rgb(252,85,200); }
td.TdClassName
{
border-color: #FC55C8;
}
.TagClassName
{
border-color: #FC55C8;
}
</style>