Shades of Neon Pink #FE58D0
Tints of Neon Pink #FE58D0
RGB
CMYK
RGB Variations
Color information
#FE58D0 (or 0xFE58D0) is known color: Neon Pink. HEX triplet: FE, 58 and D0. RGB value is (254,88,208). Sum of RGB (Red+Green+Blue) = 254+88+208=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58D0 is #01A72F. Grayscale: #979797. Windows color (decimal): -108336 or 13654270. OLE color: 13654270.
HSL color Cylindrical-coordinate representation of color #FE58D0: hue angle of 316.63º 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 #FE58D0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 208 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.00 |
| HSL | 316.63º | 0.99% | 0.67% | - |
| HSV(B) | 316.63º | 0.65% | 1% | - |
| XYZ | 55.75 | 32.6 | 63.03 | - |
| YUV | 151.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 208 | 0 | 0.65 | 0.18 | 0.00 | 316.63 | 0.99 | 0.67 |
| Hex | FE | 58 | D0 | 0 | 41 | 12 | 0 | 13D | 63 | 43 |
| Octal | 376 | 130 | 320 | 0 | 101 | 22 | 0 | 475 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11010000 | 0 | 1000001 | 10010 | 0 | 100111101 | 1100011 | 1000011 |
Color Harmonies of #FE58D0
Complementary color
Monochromatic Colors of #FE58D0
Black with #FE58D0
Text Example
Text Example
White with #FE58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58D0; }
p { color: rgb(254,88,208); }
H1.HeaderClassName
{
color: #FE58D0;
}
.AnyTagClassName
{
color: #FE58D0;
}
</style>
background-color css
<style>
a { background-color: #FE58D0; }
a { background-color: rgb(254,88,208); }
div.DivClassName
{
background-color: #FE58D0;
}
.BgClassName
{
background-color: #FE58D0;
}
</style>
border-color css
<style>
span { border-color: #FE58D0; }
span { border-color: rgb(254,88,208); }
td.TdClassName
{
border-color: #FE58D0;
}
.TagClassName
{
border-color: #FE58D0;
}
</style>