Shades of Neon Pink #FE59D3
Tints of Neon Pink #FE59D3
RGB
CMYK
RGB Variations
Color information
#FE59D3 (or 0xFE59D3) is known color: Neon Pink. HEX triplet: FE, 59 and D3. RGB value is (254,89,211). Sum of RGB (Red+Green+Blue) = 254+89+211=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59D3 is #01A62C. Grayscale: #979797. Windows color (decimal): -108077 or 13851134. OLE color: 13851134.
HSL color Cylindrical-coordinate representation of color #FE59D3: hue angle of 315.64º 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 #FE59D3 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 211 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.00 |
| HSL | 315.64º | 0.99% | 0.67% | - |
| HSV(B) | 315.64º | 0.65% | 1% | - |
| XYZ | 56.2 | 32.92 | 65.02 | - |
| YUV | 152.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 211 | 0 | 0.65 | 0.17 | 0.00 | 315.64 | 0.99 | 0.67 |
| Hex | FE | 59 | D3 | 0 | 41 | 11 | 0 | 13C | 63 | 43 |
| Octal | 376 | 131 | 323 | 0 | 101 | 21 | 0 | 474 | 143 | 103 |
| Binary | 11111110 | 1011001 | 11010011 | 0 | 1000001 | 10001 | 0 | 100111100 | 1100011 | 1000011 |
Color Harmonies of #FE59D3
Complementary color
Monochromatic Colors of #FE59D3
Black with #FE59D3
Text Example
Text Example
White with #FE59D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59D3; }
p { color: rgb(254,89,211); }
H1.HeaderClassName
{
color: #FE59D3;
}
.AnyTagClassName
{
color: #FE59D3;
}
</style>
background-color css
<style>
a { background-color: #FE59D3; }
a { background-color: rgb(254,89,211); }
div.DivClassName
{
background-color: #FE59D3;
}
.BgClassName
{
background-color: #FE59D3;
}
</style>
border-color css
<style>
span { border-color: #FE59D3; }
span { border-color: rgb(254,89,211); }
td.TdClassName
{
border-color: #FE59D3;
}
.TagClassName
{
border-color: #FE59D3;
}
</style>