Shades of Neon Pink #FF58C2
Tints of Neon Pink #FF58C2
RGB
CMYK
RGB Variations
Color information
#FF58C2 (or 0xFF58C2) is known color: Neon Pink. HEX triplet: FF, 58 and C2. RGB value is (255,88,194). Sum of RGB (Red+Green+Blue) = 255+88+194=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58C2 is #00A73D. Grayscale: #959595. Windows color (decimal): -42814 or 12736767. OLE color: 12736767.
HSL color Cylindrical-coordinate representation of color #FF58C2: hue angle of 321.92º 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 #FF58C2 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 194 | - |
| CMYK | 0 | 0.65 | 0.24 | 0 |
| HSL | 321.92º | 1% | 0.67% | - |
| HSV(B) | 321.92º | 0.65% | 1% | - |
| XYZ | 54.47 | 32.13 | 54.37 | - |
| YUV | 150.02 | 152.83 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 194 | 0 | 0.65 | 0.24 | 0 | 321.92 | 1 | 0.67 |
| Hex | FF | 58 | C2 | 0 | 41 | 18 | 0 | 142 | 64 | 43 |
| Octal | 377 | 130 | 302 | 0 | 101 | 30 | 0 | 502 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11000010 | 0 | 1000001 | 11000 | 0 | 101000010 | 1100100 | 1000011 |
Color Harmonies of #FF58C2
Complementary color
Monochromatic Colors of #FF58C2
Black with #FF58C2
Text Example
Text Example
White with #FF58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58C2; }
p { color: rgb(255,88,194); }
H1.HeaderClassName
{
color: #FF58C2;
}
.AnyTagClassName
{
color: #FF58C2;
}
</style>
background-color css
<style>
a { background-color: #FF58C2; }
a { background-color: rgb(255,88,194); }
div.DivClassName
{
background-color: #FF58C2;
}
.BgClassName
{
background-color: #FF58C2;
}
</style>
border-color css
<style>
span { border-color: #FF58C2; }
span { border-color: rgb(255,88,194); }
td.TdClassName
{
border-color: #FF58C2;
}
.TagClassName
{
border-color: #FF58C2;
}
</style>