Shades of Neon Pink #FE59C1
Tints of Neon Pink #FE59C1
RGB
CMYK
RGB Variations
Color information
#FE59C1 (or 0xFE59C1) is known color: Neon Pink. HEX triplet: FE, 59 and C1. RGB value is (254,89,193). Sum of RGB (Red+Green+Blue) = 254+89+193=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59C1 is #01A63E. Grayscale: #959595. Windows color (decimal): -108095 or 12671486. OLE color: 12671486.
HSL color Cylindrical-coordinate representation of color #FE59C1: hue angle of 322.18º 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 #FE59C1 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 193 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.00 |
| HSL | 322.18º | 0.99% | 0.67% | - |
| HSV(B) | 322.18º | 0.65% | 1% | - |
| XYZ | 54.07 | 32.07 | 53.79 | - |
| YUV | 150.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 193 | 0 | 0.65 | 0.24 | 0.00 | 322.18 | 0.99 | 0.67 |
| Hex | FE | 59 | C1 | 0 | 41 | 18 | 0 | 142 | 63 | 43 |
| Octal | 376 | 131 | 301 | 0 | 101 | 30 | 0 | 502 | 143 | 103 |
| Binary | 11111110 | 1011001 | 11000001 | 0 | 1000001 | 11000 | 0 | 101000010 | 1100011 | 1000011 |
Color Harmonies of #FE59C1
Complementary color
Monochromatic Colors of #FE59C1
Black with #FE59C1
Text Example
Text Example
White with #FE59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59C1; }
p { color: rgb(254,89,193); }
H1.HeaderClassName
{
color: #FE59C1;
}
.AnyTagClassName
{
color: #FE59C1;
}
</style>
background-color css
<style>
a { background-color: #FE59C1; }
a { background-color: rgb(254,89,193); }
div.DivClassName
{
background-color: #FE59C1;
}
.BgClassName
{
background-color: #FE59C1;
}
</style>
border-color css
<style>
span { border-color: #FE59C1; }
span { border-color: rgb(254,89,193); }
td.TdClassName
{
border-color: #FE59C1;
}
.TagClassName
{
border-color: #FE59C1;
}
</style>