Shades of Neon Pink #FC58D0
Tints of Neon Pink #FC58D0
RGB
CMYK
RGB Variations
Color information
#FC58D0 (or 0xFC58D0) is known color: Neon Pink. HEX triplet: FC, 58 and D0. RGB value is (252,88,208). Sum of RGB (Red+Green+Blue) = 252+88+208=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58D0 is #03A72F. Grayscale: #969696. Windows color (decimal): -239408 or 13654268. OLE color: 13654268.
HSL color Cylindrical-coordinate representation of color #FC58D0: hue angle of 316.1º 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 #FC58D0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 208 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.01 |
| HSL | 316.1º | 0.96% | 0.67% | - |
| HSV(B) | 316.1º | 0.65% | 0.99% | - |
| XYZ | 55.02 | 32.23 | 63 | - |
| YUV | 150.72 | 160.33 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 208 | 0 | 0.65 | 0.17 | 0.01 | 316.1 | 0.96 | 0.67 |
| Hex | FC | 58 | D0 | 0 | 41 | 11 | 1 | 13C | 60 | 43 |
| Octal | 374 | 130 | 320 | 0 | 101 | 21 | 1 | 474 | 140 | 103 |
| Binary | 11111100 | 1011000 | 11010000 | 0 | 1000001 | 10001 | 1 | 100111100 | 1100000 | 1000011 |
Color Harmonies of #FC58D0
Complementary color
Monochromatic Colors of #FC58D0
Black with #FC58D0
Text Example
Text Example
White with #FC58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58D0; }
p { color: rgb(252,88,208); }
H1.HeaderClassName
{
color: #FC58D0;
}
.AnyTagClassName
{
color: #FC58D0;
}
</style>
background-color css
<style>
a { background-color: #FC58D0; }
a { background-color: rgb(252,88,208); }
div.DivClassName
{
background-color: #FC58D0;
}
.BgClassName
{
background-color: #FC58D0;
}
</style>
border-color css
<style>
span { border-color: #FC58D0; }
span { border-color: rgb(252,88,208); }
td.TdClassName
{
border-color: #FC58D0;
}
.TagClassName
{
border-color: #FC58D0;
}
</style>