Shades of Neon Pink #FC58C0
Tints of Neon Pink #FC58C0
RGB
CMYK
RGB Variations
Color information
#FC58C0 (or 0xFC58C0) is known color: Neon Pink. HEX triplet: FC, 58 and C0. RGB value is (252,88,192). Sum of RGB (Red+Green+Blue) = 252+88+192=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58C0 is #03A73F. Grayscale: #949494. Windows color (decimal): -239424 or 12605692. OLE color: 12605692.
HSL color Cylindrical-coordinate representation of color #FC58C0: hue angle of 321.95º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC58C0 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 192 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.01 |
| HSL | 321.95º | 0.96% | 0.67% | - |
| HSV(B) | 321.95º | 0.65% | 0.99% | - |
| XYZ | 53.15 | 31.48 | 53.14 | - |
| YUV | 148.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 192 | 0 | 0.65 | 0.24 | 0.01 | 321.95 | 0.96 | 0.67 |
| Hex | FC | 58 | C0 | 0 | 41 | 18 | 1 | 142 | 60 | 43 |
| Octal | 374 | 130 | 300 | 0 | 101 | 30 | 1 | 502 | 140 | 103 |
| Binary | 11111100 | 1011000 | 11000000 | 0 | 1000001 | 11000 | 1 | 101000010 | 1100000 | 1000011 |
Color Harmonies of #FC58C0
Complementary color
Monochromatic Colors of #FC58C0
Black with #FC58C0
Text Example
Text Example
White with #FC58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58C0; }
p { color: rgb(252,88,192); }
H1.HeaderClassName
{
color: #FC58C0;
}
.AnyTagClassName
{
color: #FC58C0;
}
</style>
background-color css
<style>
a { background-color: #FC58C0; }
a { background-color: rgb(252,88,192); }
div.DivClassName
{
background-color: #FC58C0;
}
.BgClassName
{
background-color: #FC58C0;
}
</style>
border-color css
<style>
span { border-color: #FC58C0; }
span { border-color: rgb(252,88,192); }
td.TdClassName
{
border-color: #FC58C0;
}
.TagClassName
{
border-color: #FC58C0;
}
</style>