Shades of Neon Pink #FC7CCD
Tints of Neon Pink #FC7CCD
RGB
CMYK
RGB Variations
Color information
#FC7CCD (or 0xFC7CCD) is known color: Neon Pink. HEX triplet: FC, 7C and CD. RGB value is (252,124,205). Sum of RGB (Red+Green+Blue) = 252+124+205=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CCD is #038332. Grayscale: #ABABAB. Windows color (decimal): -230195 or 13466876. OLE color: 13466876.
HSL color Cylindrical-coordinate representation of color #FC7CCD: hue angle of 322.03º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CCD is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 205 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.01 |
| HSL | 322.03º | 0.96% | 0.74% | - |
| HSV(B) | 322.03º | 0.51% | 0.99% | - |
| XYZ | 58.37 | 39.52 | 62.31 | - |
| YUV | 171.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 205 | 0 | 0.51 | 0.19 | 0.01 | 322.03 | 0.96 | 0.74 |
| Hex | FC | 7C | CD | 0 | 33 | 13 | 1 | 142 | 60 | 4A |
| Octal | 374 | 174 | 315 | 0 | 63 | 23 | 1 | 502 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11001101 | 0 | 110011 | 10011 | 1 | 101000010 | 1100000 | 1001010 |
Color Harmonies of #FC7CCD
Complementary color
Monochromatic Colors of #FC7CCD
Black with #FC7CCD
Text Example
Text Example
White with #FC7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CCD; }
p { color: rgb(252,124,205); }
H1.HeaderClassName
{
color: #FC7CCD;
}
.AnyTagClassName
{
color: #FC7CCD;
}
</style>
background-color css
<style>
a { background-color: #FC7CCD; }
a { background-color: rgb(252,124,205); }
div.DivClassName
{
background-color: #FC7CCD;
}
.BgClassName
{
background-color: #FC7CCD;
}
</style>
border-color css
<style>
span { border-color: #FC7CCD; }
span { border-color: rgb(252,124,205); }
td.TdClassName
{
border-color: #FC7CCD;
}
.TagClassName
{
border-color: #FC7CCD;
}
</style>