Shades of Neon Pink #FC55C5
Tints of Neon Pink #FC55C5
RGB
CMYK
RGB Variations
Color information
#FC55C5 (or 0xFC55C5) is known color: Neon Pink. HEX triplet: FC, 55 and C5. RGB value is (252,85,197). Sum of RGB (Red+Green+Blue) = 252+85+197=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55C5 is #03AA3A. Grayscale: #939393. Windows color (decimal): -240187 or 12932604. OLE color: 12932604.
HSL color Cylindrical-coordinate representation of color #FC55C5: hue angle of 319.76º 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 #FC55C5 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 197 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.01 |
| HSL | 319.76º | 0.97% | 0.66% | - |
| HSV(B) | 319.76º | 0.66% | 0.99% | - |
| XYZ | 53.47 | 31.22 | 56.03 | - |
| YUV | 147.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 197 | 0 | 0.66 | 0.22 | 0.01 | 319.76 | 0.97 | 0.66 |
| Hex | FC | 55 | C5 | 0 | 42 | 16 | 1 | 140 | 61 | 42 |
| Octal | 374 | 125 | 305 | 0 | 102 | 26 | 1 | 500 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11000101 | 0 | 1000010 | 10110 | 1 | 101000000 | 1100001 | 1000010 |
Color Harmonies of #FC55C5
Complementary color
Monochromatic Colors of #FC55C5
Black with #FC55C5
Text Example
Text Example
White with #FC55C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55C5; }
p { color: rgb(252,85,197); }
H1.HeaderClassName
{
color: #FC55C5;
}
.AnyTagClassName
{
color: #FC55C5;
}
</style>
background-color css
<style>
a { background-color: #FC55C5; }
a { background-color: rgb(252,85,197); }
div.DivClassName
{
background-color: #FC55C5;
}
.BgClassName
{
background-color: #FC55C5;
}
</style>
border-color css
<style>
span { border-color: #FC55C5; }
span { border-color: rgb(252,85,197); }
td.TdClassName
{
border-color: #FC55C5;
}
.TagClassName
{
border-color: #FC55C5;
}
</style>