Shades of Neon Pink #FC55C7
Tints of Neon Pink #FC55C7
RGB
CMYK
RGB Variations
Color information
#FC55C7 (or 0xFC55C7) is known color: Neon Pink. HEX triplet: FC, 55 and C7. RGB value is (252,85,199). Sum of RGB (Red+Green+Blue) = 252+85+199=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55C7 is #03AA38. Grayscale: #939393. Windows color (decimal): -240185 or 13063676. OLE color: 13063676.
HSL color Cylindrical-coordinate representation of color #FC55C7: hue angle of 319.04º 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 #FC55C7 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 199 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.01 |
| HSL | 319.04º | 0.97% | 0.66% | - |
| HSV(B) | 319.04º | 0.66% | 0.99% | - |
| XYZ | 53.7 | 31.32 | 57.25 | - |
| YUV | 147.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 199 | 0 | 0.66 | 0.21 | 0.01 | 319.04 | 0.97 | 0.66 |
| Hex | FC | 55 | C7 | 0 | 42 | 15 | 1 | 13F | 61 | 42 |
| Octal | 374 | 125 | 307 | 0 | 102 | 25 | 1 | 477 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11000111 | 0 | 1000010 | 10101 | 1 | 100111111 | 1100001 | 1000010 |
Color Harmonies of #FC55C7
Complementary color
Monochromatic Colors of #FC55C7
Black with #FC55C7
Text Example
Text Example
White with #FC55C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55C7; }
p { color: rgb(252,85,199); }
H1.HeaderClassName
{
color: #FC55C7;
}
.AnyTagClassName
{
color: #FC55C7;
}
</style>
background-color css
<style>
a { background-color: #FC55C7; }
a { background-color: rgb(252,85,199); }
div.DivClassName
{
background-color: #FC55C7;
}
.BgClassName
{
background-color: #FC55C7;
}
</style>
border-color css
<style>
span { border-color: #FC55C7; }
span { border-color: rgb(252,85,199); }
td.TdClassName
{
border-color: #FC55C7;
}
.TagClassName
{
border-color: #FC55C7;
}
</style>