Shades of Neon Pink #FE59C5
Tints of Neon Pink #FE59C5
RGB
CMYK
RGB Variations
Color information
#FE59C5 (or 0xFE59C5) is known color: Neon Pink. HEX triplet: FE, 59 and C5. RGB value is (254,89,197). Sum of RGB (Red+Green+Blue) = 254+89+197=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59C5 is #01A63A. Grayscale: #969696. Windows color (decimal): -108091 or 12933630. OLE color: 12933630.
HSL color Cylindrical-coordinate representation of color #FE59C5: hue angle of 320.73º 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 #FE59C5 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 197 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.00 |
| HSL | 320.73º | 0.99% | 0.67% | - |
| HSV(B) | 320.73º | 0.65% | 1% | - |
| XYZ | 54.52 | 32.25 | 56.17 | - |
| YUV | 150.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 197 | 0 | 0.65 | 0.22 | 0.00 | 320.73 | 0.99 | 0.67 |
| Hex | FE | 59 | C5 | 0 | 41 | 16 | 0 | 141 | 63 | 43 |
| Octal | 376 | 131 | 305 | 0 | 101 | 26 | 0 | 501 | 143 | 103 |
| Binary | 11111110 | 1011001 | 11000101 | 0 | 1000001 | 10110 | 0 | 101000001 | 1100011 | 1000011 |
Color Harmonies of #FE59C5
Complementary color
Monochromatic Colors of #FE59C5
Black with #FE59C5
Text Example
Text Example
White with #FE59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59C5; }
p { color: rgb(254,89,197); }
H1.HeaderClassName
{
color: #FE59C5;
}
.AnyTagClassName
{
color: #FE59C5;
}
</style>
background-color css
<style>
a { background-color: #FE59C5; }
a { background-color: rgb(254,89,197); }
div.DivClassName
{
background-color: #FE59C5;
}
.BgClassName
{
background-color: #FE59C5;
}
</style>
border-color css
<style>
span { border-color: #FE59C5; }
span { border-color: rgb(254,89,197); }
td.TdClassName
{
border-color: #FE59C5;
}
.TagClassName
{
border-color: #FE59C5;
}
</style>