Shades of Neon Pink #FF58D0
Tints of Neon Pink #FF58D0
RGB
CMYK
RGB Variations
Color information
#FF58D0 (or 0xFF58D0) is known color: Neon Pink. HEX triplet: FF, 58 and D0. RGB value is (255,88,208). Sum of RGB (Red+Green+Blue) = 255+88+208=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58D0 is #00A72F. Grayscale: #979797. Windows color (decimal): -42800 or 13654271. OLE color: 13654271.
HSL color Cylindrical-coordinate representation of color #FF58D0: hue angle of 316.89º 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 #FF58D0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 208 | - |
| CMYK | 0 | 0.65 | 0.18 | 0 |
| HSL | 316.89º | 1% | 0.67% | - |
| HSV(B) | 316.89º | 0.65% | 1% | - |
| XYZ | 56.11 | 32.79 | 63.05 | - |
| YUV | 151.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 208 | 0 | 0.65 | 0.18 | 0 | 316.89 | 1 | 0.67 |
| Hex | FF | 58 | D0 | 0 | 41 | 12 | 0 | 13D | 64 | 43 |
| Octal | 377 | 130 | 320 | 0 | 101 | 22 | 0 | 475 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11010000 | 0 | 1000001 | 10010 | 0 | 100111101 | 1100100 | 1000011 |
Color Harmonies of #FF58D0
Complementary color
Monochromatic Colors of #FF58D0
Black with #FF58D0
Text Example
Text Example
White with #FF58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58D0; }
p { color: rgb(255,88,208); }
H1.HeaderClassName
{
color: #FF58D0;
}
.AnyTagClassName
{
color: #FF58D0;
}
</style>
background-color css
<style>
a { background-color: #FF58D0; }
a { background-color: rgb(255,88,208); }
div.DivClassName
{
background-color: #FF58D0;
}
.BgClassName
{
background-color: #FF58D0;
}
</style>
border-color css
<style>
span { border-color: #FF58D0; }
span { border-color: rgb(255,88,208); }
td.TdClassName
{
border-color: #FF58D0;
}
.TagClassName
{
border-color: #FF58D0;
}
</style>