Shades of Neon Pink #FF58CF
Tints of Neon Pink #FF58CF
RGB
CMYK
RGB Variations
Color information
#FF58CF (or 0xFF58CF) is known color: Neon Pink. HEX triplet: FF, 58 and CF. RGB value is (255,88,207). Sum of RGB (Red+Green+Blue) = 255+88+207=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58CF is #00A730. Grayscale: #979797. Windows color (decimal): -42801 or 13588735. OLE color: 13588735.
HSL color Cylindrical-coordinate representation of color #FF58CF: hue angle of 317.25º 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 #FF58CF is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 207 | - |
| CMYK | 0 | 0.65 | 0.19 | 0 |
| HSL | 317.25º | 1% | 0.67% | - |
| HSV(B) | 317.25º | 0.65% | 1% | - |
| XYZ | 55.99 | 32.74 | 62.4 | - |
| YUV | 151.5 | 159.33 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 207 | 0 | 0.65 | 0.19 | 0 | 317.25 | 1 | 0.67 |
| Hex | FF | 58 | CF | 0 | 41 | 13 | 0 | 13D | 64 | 43 |
| Octal | 377 | 130 | 317 | 0 | 101 | 23 | 0 | 475 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11001111 | 0 | 1000001 | 10011 | 0 | 100111101 | 1100100 | 1000011 |
Color Harmonies of #FF58CF
Complementary color
Monochromatic Colors of #FF58CF
Black with #FF58CF
Text Example
Text Example
White with #FF58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58CF; }
p { color: rgb(255,88,207); }
H1.HeaderClassName
{
color: #FF58CF;
}
.AnyTagClassName
{
color: #FF58CF;
}
</style>
background-color css
<style>
a { background-color: #FF58CF; }
a { background-color: rgb(255,88,207); }
div.DivClassName
{
background-color: #FF58CF;
}
.BgClassName
{
background-color: #FF58CF;
}
</style>
border-color css
<style>
span { border-color: #FF58CF; }
span { border-color: rgb(255,88,207); }
td.TdClassName
{
border-color: #FF58CF;
}
.TagClassName
{
border-color: #FF58CF;
}
</style>