Shades of Neon Pink #FF58D4
Tints of Neon Pink #FF58D4
RGB
CMYK
RGB Variations
Color information
#FF58D4 (or 0xFF58D4) is known color: Neon Pink. HEX triplet: FF, 58 and D4. RGB value is (255,88,212). Sum of RGB (Red+Green+Blue) = 255+88+212=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58D4 is #00A72B. Grayscale: #979797. Windows color (decimal): -42796 or 13916415. OLE color: 13916415.
HSL color Cylindrical-coordinate representation of color #FF58D4: hue angle of 315.45º 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 #FF58D4 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 212 | - |
| CMYK | 0 | 0.65 | 0.17 | 0 |
| HSL | 315.45º | 1% | 0.67% | - |
| HSV(B) | 315.45º | 0.65% | 1% | - |
| XYZ | 56.61 | 32.99 | 65.67 | - |
| YUV | 152.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 212 | 0 | 0.65 | 0.17 | 0 | 315.45 | 1 | 0.67 |
| Hex | FF | 58 | D4 | 0 | 41 | 11 | 0 | 13B | 64 | 43 |
| Octal | 377 | 130 | 324 | 0 | 101 | 21 | 0 | 473 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11010100 | 0 | 1000001 | 10001 | 0 | 100111011 | 1100100 | 1000011 |
Color Harmonies of #FF58D4
Complementary color
Monochromatic Colors of #FF58D4
Black with #FF58D4
Text Example
Text Example
White with #FF58D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58D4; }
p { color: rgb(255,88,212); }
H1.HeaderClassName
{
color: #FF58D4;
}
.AnyTagClassName
{
color: #FF58D4;
}
</style>
background-color css
<style>
a { background-color: #FF58D4; }
a { background-color: rgb(255,88,212); }
div.DivClassName
{
background-color: #FF58D4;
}
.BgClassName
{
background-color: #FF58D4;
}
</style>
border-color css
<style>
span { border-color: #FF58D4; }
span { border-color: rgb(255,88,212); }
td.TdClassName
{
border-color: #FF58D4;
}
.TagClassName
{
border-color: #FF58D4;
}
</style>