Shades of Neon Pink #FE58C0
Tints of Neon Pink #FE58C0
RGB
CMYK
RGB Variations
Color information
#FE58C0 (or 0xFE58C0) is known color: Neon Pink. HEX triplet: FE, 58 and C0. RGB value is (254,88,192). Sum of RGB (Red+Green+Blue) = 254+88+192=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58C0 is #01A73F. Grayscale: #959595. Windows color (decimal): -108352 or 12605694. OLE color: 12605694.
HSL color Cylindrical-coordinate representation of color #FE58C0: hue angle of 322.41º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE58C0 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 192 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.00 |
| HSL | 322.41º | 0.99% | 0.67% | - |
| HSV(B) | 322.41º | 0.65% | 1% | - |
| XYZ | 53.88 | 31.86 | 53.18 | - |
| YUV | 149.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 192 | 0 | 0.65 | 0.24 | 0.00 | 322.41 | 0.99 | 0.67 |
| Hex | FE | 58 | C0 | 0 | 41 | 18 | 0 | 142 | 63 | 43 |
| Octal | 376 | 130 | 300 | 0 | 101 | 30 | 0 | 502 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11000000 | 0 | 1000001 | 11000 | 0 | 101000010 | 1100011 | 1000011 |
Color Harmonies of #FE58C0
Complementary color
Monochromatic Colors of #FE58C0
Black with #FE58C0
Text Example
Text Example
White with #FE58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58C0; }
p { color: rgb(254,88,192); }
H1.HeaderClassName
{
color: #FE58C0;
}
.AnyTagClassName
{
color: #FE58C0;
}
</style>
background-color css
<style>
a { background-color: #FE58C0; }
a { background-color: rgb(254,88,192); }
div.DivClassName
{
background-color: #FE58C0;
}
.BgClassName
{
background-color: #FE58C0;
}
</style>
border-color css
<style>
span { border-color: #FE58C0; }
span { border-color: rgb(254,88,192); }
td.TdClassName
{
border-color: #FE58C0;
}
.TagClassName
{
border-color: #FE58C0;
}
</style>