Shades of Neon Pink #FC72C0
Tints of Neon Pink #FC72C0
RGB
CMYK
RGB Variations
Color information
#FC72C0 (or 0xFC72C0) is known color: Neon Pink. HEX triplet: FC, 72 and C0. RGB value is (252,114,192). Sum of RGB (Red+Green+Blue) = 252+114+192=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72C0 is #038D3F. Grayscale: #A3A3A3. Windows color (decimal): -232768 or 12612348. OLE color: 12612348.
HSL color Cylindrical-coordinate representation of color #FC72C0: hue angle of 326.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC72C0 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 192 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.01 |
| HSL | 326.09º | 0.96% | 0.72% | - |
| HSV(B) | 326.09º | 0.55% | 0.99% | - |
| XYZ | 55.68 | 36.54 | 53.99 | - |
| YUV | 164.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 192 | 0 | 0.55 | 0.24 | 0.01 | 326.09 | 0.96 | 0.72 |
| Hex | FC | 72 | C0 | 0 | 37 | 18 | 1 | 146 | 60 | 48 |
| Octal | 374 | 162 | 300 | 0 | 67 | 30 | 1 | 506 | 140 | 110 |
| Binary | 11111100 | 1110010 | 11000000 | 0 | 110111 | 11000 | 1 | 101000110 | 1100000 | 1001000 |
Color Harmonies of #FC72C0
Complementary color
Monochromatic Colors of #FC72C0
Black with #FC72C0
Text Example
Text Example
White with #FC72C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC72C0; }
p { color: rgb(252,114,192); }
H1.HeaderClassName
{
color: #FC72C0;
}
.AnyTagClassName
{
color: #FC72C0;
}
</style>
background-color css
<style>
a { background-color: #FC72C0; }
a { background-color: rgb(252,114,192); }
div.DivClassName
{
background-color: #FC72C0;
}
.BgClassName
{
background-color: #FC72C0;
}
</style>
border-color css
<style>
span { border-color: #FC72C0; }
span { border-color: rgb(252,114,192); }
td.TdClassName
{
border-color: #FC72C0;
}
.TagClassName
{
border-color: #FC72C0;
}
</style>