Shades of Neon Pink #FC58C6
Tints of Neon Pink #FC58C6
RGB
CMYK
RGB Variations
Color information
#FC58C6 (or 0xFC58C6) is known color: Neon Pink. HEX triplet: FC, 58 and C6. RGB value is (252,88,198). Sum of RGB (Red+Green+Blue) = 252+88+198=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58C6 is #03A739. Grayscale: #959595. Windows color (decimal): -239418 or 12998908. OLE color: 12998908.
HSL color Cylindrical-coordinate representation of color #FC58C6: hue angle of 319.76º 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 #FC58C6 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 198 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.01 |
| HSL | 319.76º | 0.96% | 0.67% | - |
| HSV(B) | 319.76º | 0.65% | 0.99% | - |
| XYZ | 53.83 | 31.75 | 56.72 | - |
| YUV | 149.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 198 | 0 | 0.65 | 0.21 | 0.01 | 319.76 | 0.96 | 0.67 |
| Hex | FC | 58 | C6 | 0 | 41 | 15 | 1 | 140 | 60 | 43 |
| Octal | 374 | 130 | 306 | 0 | 101 | 25 | 1 | 500 | 140 | 103 |
| Binary | 11111100 | 1011000 | 11000110 | 0 | 1000001 | 10101 | 1 | 101000000 | 1100000 | 1000011 |
Color Harmonies of #FC58C6
Complementary color
Monochromatic Colors of #FC58C6
Black with #FC58C6
Text Example
Text Example
White with #FC58C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58C6; }
p { color: rgb(252,88,198); }
H1.HeaderClassName
{
color: #FC58C6;
}
.AnyTagClassName
{
color: #FC58C6;
}
</style>
background-color css
<style>
a { background-color: #FC58C6; }
a { background-color: rgb(252,88,198); }
div.DivClassName
{
background-color: #FC58C6;
}
.BgClassName
{
background-color: #FC58C6;
}
</style>
border-color css
<style>
span { border-color: #FC58C6; }
span { border-color: rgb(252,88,198); }
td.TdClassName
{
border-color: #FC58C6;
}
.TagClassName
{
border-color: #FC58C6;
}
</style>