Shades of Neon Pink #FF58C4
Tints of Neon Pink #FF58C4
RGB
CMYK
RGB Variations
Color information
#FF58C4 (or 0xFF58C4) is known color: Neon Pink. HEX triplet: FF, 58 and C4. RGB value is (255,88,196). Sum of RGB (Red+Green+Blue) = 255+88+196=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58C4 is #00A73B. Grayscale: #959595. Windows color (decimal): -42812 or 12867839. OLE color: 12867839.
HSL color Cylindrical-coordinate representation of color #FF58C4: hue angle of 321.2º 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 #FF58C4 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 196 | - |
| CMYK | 0 | 0.65 | 0.23 | 0 |
| HSL | 321.2º | 1% | 0.67% | - |
| HSV(B) | 321.2º | 0.65% | 1% | - |
| XYZ | 54.69 | 32.22 | 55.56 | - |
| YUV | 150.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 196 | 0 | 0.65 | 0.23 | 0 | 321.2 | 1 | 0.67 |
| Hex | FF | 58 | C4 | 0 | 41 | 17 | 0 | 141 | 64 | 43 |
| Octal | 377 | 130 | 304 | 0 | 101 | 27 | 0 | 501 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11000100 | 0 | 1000001 | 10111 | 0 | 101000001 | 1100100 | 1000011 |
Color Harmonies of #FF58C4
Complementary color
Monochromatic Colors of #FF58C4
Black with #FF58C4
Text Example
Text Example
White with #FF58C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58C4; }
p { color: rgb(255,88,196); }
H1.HeaderClassName
{
color: #FF58C4;
}
.AnyTagClassName
{
color: #FF58C4;
}
</style>
background-color css
<style>
a { background-color: #FF58C4; }
a { background-color: rgb(255,88,196); }
div.DivClassName
{
background-color: #FF58C4;
}
.BgClassName
{
background-color: #FF58C4;
}
</style>
border-color css
<style>
span { border-color: #FF58C4; }
span { border-color: rgb(255,88,196); }
td.TdClassName
{
border-color: #FF58C4;
}
.TagClassName
{
border-color: #FF58C4;
}
</style>