Shades of Neon Pink #FC55CF
Tints of Neon Pink #FC55CF
RGB
CMYK
RGB Variations
Color information
#FC55CF (or 0xFC55CF) is known color: Neon Pink. HEX triplet: FC, 55 and CF. RGB value is (252,85,207). Sum of RGB (Red+Green+Blue) = 252+85+207=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55CF is #03AA30. Grayscale: #949494. Windows color (decimal): -240177 or 13587964. OLE color: 13587964.
HSL color Cylindrical-coordinate representation of color #FC55CF: hue angle of 316.17º 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 #FC55CF is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 207 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.01 |
| HSL | 316.17º | 0.97% | 0.66% | - |
| HSV(B) | 316.17º | 0.66% | 0.99% | - |
| XYZ | 54.66 | 31.7 | 62.27 | - |
| YUV | 148.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 207 | 0 | 0.66 | 0.18 | 0.01 | 316.17 | 0.97 | 0.66 |
| Hex | FC | 55 | CF | 0 | 42 | 12 | 1 | 13C | 61 | 42 |
| Octal | 374 | 125 | 317 | 0 | 102 | 22 | 1 | 474 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11001111 | 0 | 1000010 | 10010 | 1 | 100111100 | 1100001 | 1000010 |
Color Harmonies of #FC55CF
Complementary color
Monochromatic Colors of #FC55CF
Black with #FC55CF
Text Example
Text Example
White with #FC55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55CF; }
p { color: rgb(252,85,207); }
H1.HeaderClassName
{
color: #FC55CF;
}
.AnyTagClassName
{
color: #FC55CF;
}
</style>
background-color css
<style>
a { background-color: #FC55CF; }
a { background-color: rgb(252,85,207); }
div.DivClassName
{
background-color: #FC55CF;
}
.BgClassName
{
background-color: #FC55CF;
}
</style>
border-color css
<style>
span { border-color: #FC55CF; }
span { border-color: rgb(252,85,207); }
td.TdClassName
{
border-color: #FC55CF;
}
.TagClassName
{
border-color: #FC55CF;
}
</style>