Shades of Neon Pink #FE51C9
Tints of Neon Pink #FE51C9
RGB
CMYK
RGB Variations
Color information
#FE51C9 (or 0xFE51C9) is known color: Neon Pink. HEX triplet: FE, 51 and C9. RGB value is (254,81,201). Sum of RGB (Red+Green+Blue) = 254+81+201=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C9 is #01AE36. Grayscale: #929292. Windows color (decimal): -110135 or 13193726. OLE color: 13193726.
HSL color Cylindrical-coordinate representation of color #FE51C9: hue angle of 318.38º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE51C9 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 201 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.00 |
| HSL | 318.38º | 0.99% | 0.66% | - |
| HSV(B) | 318.38º | 0.68% | 1% | - |
| XYZ | 54.36 | 31.17 | 58.41 | - |
| YUV | 146.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 201 | 0 | 0.68 | 0.21 | 0.00 | 318.38 | 0.99 | 0.66 |
| Hex | FE | 51 | C9 | 0 | 44 | 15 | 0 | 13E | 63 | 42 |
| Octal | 376 | 121 | 311 | 0 | 104 | 25 | 0 | 476 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11001001 | 0 | 1000100 | 10101 | 0 | 100111110 | 1100011 | 1000010 |
Color Harmonies of #FE51C9
Complementary color
Monochromatic Colors of #FE51C9
Black with #FE51C9
Text Example
Text Example
White with #FE51C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51C9; }
p { color: rgb(254,81,201); }
H1.HeaderClassName
{
color: #FE51C9;
}
.AnyTagClassName
{
color: #FE51C9;
}
</style>
background-color css
<style>
a { background-color: #FE51C9; }
a { background-color: rgb(254,81,201); }
div.DivClassName
{
background-color: #FE51C9;
}
.BgClassName
{
background-color: #FE51C9;
}
</style>
border-color css
<style>
span { border-color: #FE51C9; }
span { border-color: rgb(254,81,201); }
td.TdClassName
{
border-color: #FE51C9;
}
.TagClassName
{
border-color: #FE51C9;
}
</style>