Shades of Neon Pink #FF58CC
Tints of Neon Pink #FF58CC
RGB
CMYK
RGB Variations
Color information
#FF58CC (or 0xFF58CC) is known color: Neon Pink. HEX triplet: FF, 58 and CC. RGB value is (255,88,204). Sum of RGB (Red+Green+Blue) = 255+88+204=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58CC is #00A733. Grayscale: #969696. Windows color (decimal): -42804 or 13392127. OLE color: 13392127.
HSL color Cylindrical-coordinate representation of color #FF58CC: hue angle of 318.32º 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 #FF58CC is Cyan = 0, Magento = 0.65, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 204 | - |
| CMYK | 0 | 0.65 | 0.2 | 0 |
| HSL | 318.32º | 1% | 0.67% | - |
| HSV(B) | 318.32º | 0.65% | 1% | - |
| XYZ | 55.63 | 32.6 | 60.49 | - |
| YUV | 151.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 204 | 0 | 0.65 | 0.2 | 0 | 318.32 | 1 | 0.67 |
| Hex | FF | 58 | CC | 0 | 41 | 14 | 0 | 13E | 64 | 43 |
| Octal | 377 | 130 | 314 | 0 | 101 | 24 | 0 | 476 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11001100 | 0 | 1000001 | 10100 | 0 | 100111110 | 1100100 | 1000011 |
Color Harmonies of #FF58CC
Complementary color
Monochromatic Colors of #FF58CC
Black with #FF58CC
Text Example
Text Example
White with #FF58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58CC; }
p { color: rgb(255,88,204); }
H1.HeaderClassName
{
color: #FF58CC;
}
.AnyTagClassName
{
color: #FF58CC;
}
</style>
background-color css
<style>
a { background-color: #FF58CC; }
a { background-color: rgb(255,88,204); }
div.DivClassName
{
background-color: #FF58CC;
}
.BgClassName
{
background-color: #FF58CC;
}
</style>
border-color css
<style>
span { border-color: #FF58CC; }
span { border-color: rgb(255,88,204); }
td.TdClassName
{
border-color: #FF58CC;
}
.TagClassName
{
border-color: #FF58CC;
}
</style>