Shades of Neon Pink #FF58D5
Tints of Neon Pink #FF58D5
RGB
CMYK
RGB Variations
Color information
#FF58D5 (or 0xFF58D5) is known color: Neon Pink. HEX triplet: FF, 58 and D5. RGB value is (255,88,213). Sum of RGB (Red+Green+Blue) = 255+88+213=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58D5 is #00A72A. Grayscale: #979797. Windows color (decimal): -42795 or 13981951. OLE color: 13981951.
HSL color Cylindrical-coordinate representation of color #FF58D5: hue angle of 315.09º 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 #FF58D5 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 213 | - |
| CMYK | 0 | 0.65 | 0.16 | 0 |
| HSL | 315.09º | 1% | 0.67% | - |
| HSV(B) | 315.09º | 0.65% | 1% | - |
| XYZ | 56.74 | 33.04 | 66.34 | - |
| YUV | 152.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 213 | 0 | 0.65 | 0.16 | 0 | 315.09 | 1 | 0.67 |
| Hex | FF | 58 | D5 | 0 | 41 | 10 | 0 | 13B | 64 | 43 |
| Octal | 377 | 130 | 325 | 0 | 101 | 20 | 0 | 473 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11010101 | 0 | 1000001 | 10000 | 0 | 100111011 | 1100100 | 1000011 |
Color Harmonies of #FF58D5
Complementary color
Monochromatic Colors of #FF58D5
Black with #FF58D5
Text Example
Text Example
White with #FF58D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58D5; }
p { color: rgb(255,88,213); }
H1.HeaderClassName
{
color: #FF58D5;
}
.AnyTagClassName
{
color: #FF58D5;
}
</style>
background-color css
<style>
a { background-color: #FF58D5; }
a { background-color: rgb(255,88,213); }
div.DivClassName
{
background-color: #FF58D5;
}
.BgClassName
{
background-color: #FF58D5;
}
</style>
border-color css
<style>
span { border-color: #FF58D5; }
span { border-color: rgb(255,88,213); }
td.TdClassName
{
border-color: #FF58D5;
}
.TagClassName
{
border-color: #FF58D5;
}
</style>