Shades of Neon Pink #FF58C3
Tints of Neon Pink #FF58C3
RGB
CMYK
RGB Variations
Color information
#FF58C3 (or 0xFF58C3) is known color: Neon Pink. HEX triplet: FF, 58 and C3. RGB value is (255,88,195). Sum of RGB (Red+Green+Blue) = 255+88+195=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58C3 is #00A73C. Grayscale: #959595. Windows color (decimal): -42813 or 12802303. OLE color: 12802303.
HSL color Cylindrical-coordinate representation of color #FF58C3: hue angle of 321.56º 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 #FF58C3 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 195 | - |
| CMYK | 0 | 0.65 | 0.24 | 0 |
| HSL | 321.56º | 1% | 0.67% | - |
| HSV(B) | 321.56º | 0.65% | 1% | - |
| XYZ | 54.58 | 32.18 | 54.96 | - |
| YUV | 150.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 195 | 0 | 0.65 | 0.24 | 0 | 321.56 | 1 | 0.67 |
| Hex | FF | 58 | C3 | 0 | 41 | 18 | 0 | 142 | 64 | 43 |
| Octal | 377 | 130 | 303 | 0 | 101 | 30 | 0 | 502 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11000011 | 0 | 1000001 | 11000 | 0 | 101000010 | 1100100 | 1000011 |
Color Harmonies of #FF58C3
Complementary color
Monochromatic Colors of #FF58C3
Black with #FF58C3
Text Example
Text Example
White with #FF58C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58C3; }
p { color: rgb(255,88,195); }
H1.HeaderClassName
{
color: #FF58C3;
}
.AnyTagClassName
{
color: #FF58C3;
}
</style>
background-color css
<style>
a { background-color: #FF58C3; }
a { background-color: rgb(255,88,195); }
div.DivClassName
{
background-color: #FF58C3;
}
.BgClassName
{
background-color: #FF58C3;
}
</style>
border-color css
<style>
span { border-color: #FF58C3; }
span { border-color: rgb(255,88,195); }
td.TdClassName
{
border-color: #FF58C3;
}
.TagClassName
{
border-color: #FF58C3;
}
</style>