Shades of Neon Pink #FF58C0
Tints of Neon Pink #FF58C0
RGB
CMYK
RGB Variations
Color information
#FF58C0 (or 0xFF58C0) is known color: Neon Pink. HEX triplet: FF, 58 and C0. RGB value is (255,88,192). Sum of RGB (Red+Green+Blue) = 255+88+192=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58C0 is #00A73F. Grayscale: #959595. Windows color (decimal): -42816 or 12605695. OLE color: 12605695.
HSL color Cylindrical-coordinate representation of color #FF58C0: hue angle of 322.63º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF58C0 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 192 | - |
| CMYK | 0 | 0.65 | 0.25 | 0 |
| HSL | 322.63º | 1% | 0.67% | - |
| HSV(B) | 322.63º | 0.65% | 1% | - |
| XYZ | 54.24 | 32.05 | 53.2 | - |
| YUV | 149.79 | 151.83 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 192 | 0 | 0.65 | 0.25 | 0 | 322.63 | 1 | 0.67 |
| Hex | FF | 58 | C0 | 0 | 41 | 19 | 0 | 143 | 64 | 43 |
| Octal | 377 | 130 | 300 | 0 | 101 | 31 | 0 | 503 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11000000 | 0 | 1000001 | 11001 | 0 | 101000011 | 1100100 | 1000011 |
Color Harmonies of #FF58C0
Complementary color
Monochromatic Colors of #FF58C0
Black with #FF58C0
Text Example
Text Example
White with #FF58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58C0; }
p { color: rgb(255,88,192); }
H1.HeaderClassName
{
color: #FF58C0;
}
.AnyTagClassName
{
color: #FF58C0;
}
</style>
background-color css
<style>
a { background-color: #FF58C0; }
a { background-color: rgb(255,88,192); }
div.DivClassName
{
background-color: #FF58C0;
}
.BgClassName
{
background-color: #FF58C0;
}
</style>
border-color css
<style>
span { border-color: #FF58C0; }
span { border-color: rgb(255,88,192); }
td.TdClassName
{
border-color: #FF58C0;
}
.TagClassName
{
border-color: #FF58C0;
}
</style>