Shades of Neon Pink #FF58CA
Tints of Neon Pink #FF58CA
RGB
CMYK
RGB Variations
Color information
#FF58CA (or 0xFF58CA) is known color: Neon Pink. HEX triplet: FF, 58 and CA. RGB value is (255,88,202). Sum of RGB (Red+Green+Blue) = 255+88+202=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58CA is #00A735. Grayscale: #969696. Windows color (decimal): -42806 or 13261055. OLE color: 13261055.
HSL color Cylindrical-coordinate representation of color #FF58CA: hue angle of 319.04º 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 #FF58CA is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 202 | - |
| CMYK | 0 | 0.65 | 0.21 | 0 |
| HSL | 319.04º | 1% | 0.67% | - |
| HSV(B) | 319.04º | 0.65% | 1% | - |
| XYZ | 55.39 | 32.5 | 59.23 | - |
| YUV | 150.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 202 | 0 | 0.65 | 0.21 | 0 | 319.04 | 1 | 0.67 |
| Hex | FF | 58 | CA | 0 | 41 | 15 | 0 | 13F | 64 | 43 |
| Octal | 377 | 130 | 312 | 0 | 101 | 25 | 0 | 477 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11001010 | 0 | 1000001 | 10101 | 0 | 100111111 | 1100100 | 1000011 |
Color Harmonies of #FF58CA
Complementary color
Monochromatic Colors of #FF58CA
Black with #FF58CA
Text Example
Text Example
White with #FF58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58CA; }
p { color: rgb(255,88,202); }
H1.HeaderClassName
{
color: #FF58CA;
}
.AnyTagClassName
{
color: #FF58CA;
}
</style>
background-color css
<style>
a { background-color: #FF58CA; }
a { background-color: rgb(255,88,202); }
div.DivClassName
{
background-color: #FF58CA;
}
.BgClassName
{
background-color: #FF58CA;
}
</style>
border-color css
<style>
span { border-color: #FF58CA; }
span { border-color: rgb(255,88,202); }
td.TdClassName
{
border-color: #FF58CA;
}
.TagClassName
{
border-color: #FF58CA;
}
</style>