Shades of Neon Pink #FF58C6
Tints of Neon Pink #FF58C6
RGB
CMYK
RGB Variations
Color information
#FF58C6 (or 0xFF58C6) is known color: Neon Pink. HEX triplet: FF, 58 and C6. RGB value is (255,88,198). Sum of RGB (Red+Green+Blue) = 255+88+198=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58C6 is #00A739. Grayscale: #969696. Windows color (decimal): -42810 or 12998911. OLE color: 12998911.
HSL color Cylindrical-coordinate representation of color #FF58C6: hue angle of 320.48º 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 #FF58C6 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 198 | - |
| CMYK | 0 | 0.65 | 0.22 | 0 |
| HSL | 320.48º | 1% | 0.67% | - |
| HSV(B) | 320.48º | 0.65% | 1% | - |
| XYZ | 54.92 | 32.32 | 56.77 | - |
| YUV | 150.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 198 | 0 | 0.65 | 0.22 | 0 | 320.48 | 1 | 0.67 |
| Hex | FF | 58 | C6 | 0 | 41 | 16 | 0 | 140 | 64 | 43 |
| Octal | 377 | 130 | 306 | 0 | 101 | 26 | 0 | 500 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11000110 | 0 | 1000001 | 10110 | 0 | 101000000 | 1100100 | 1000011 |
Color Harmonies of #FF58C6
Complementary color
Monochromatic Colors of #FF58C6
Black with #FF58C6
Text Example
Text Example
White with #FF58C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58C6; }
p { color: rgb(255,88,198); }
H1.HeaderClassName
{
color: #FF58C6;
}
.AnyTagClassName
{
color: #FF58C6;
}
</style>
background-color css
<style>
a { background-color: #FF58C6; }
a { background-color: rgb(255,88,198); }
div.DivClassName
{
background-color: #FF58C6;
}
.BgClassName
{
background-color: #FF58C6;
}
</style>
border-color css
<style>
span { border-color: #FF58C6; }
span { border-color: rgb(255,88,198); }
td.TdClassName
{
border-color: #FF58C6;
}
.TagClassName
{
border-color: #FF58C6;
}
</style>