Shades of Neon Pink #FE51C8
Tints of Neon Pink #FE51C8
RGB
CMYK
RGB Variations
Color information
#FE51C8 (or 0xFE51C8) is known color: Neon Pink. HEX triplet: FE, 51 and C8. RGB value is (254,81,200). Sum of RGB (Red+Green+Blue) = 254+81+200=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C8 is #01AE37. Grayscale: #919191. Windows color (decimal): -110136 or 13128190. OLE color: 13128190.
HSL color Cylindrical-coordinate representation of color #FE51C8: hue angle of 318.73º 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 #FE51C8 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 200 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.00 |
| HSL | 318.73º | 0.99% | 0.66% | - |
| HSV(B) | 318.73º | 0.68% | 1% | - |
| XYZ | 54.24 | 31.13 | 57.79 | - |
| YUV | 146.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 200 | 0 | 0.68 | 0.21 | 0.00 | 318.73 | 0.99 | 0.66 |
| Hex | FE | 51 | C8 | 0 | 44 | 15 | 0 | 13F | 63 | 42 |
| Octal | 376 | 121 | 310 | 0 | 104 | 25 | 0 | 477 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11001000 | 0 | 1000100 | 10101 | 0 | 100111111 | 1100011 | 1000010 |
Color Harmonies of #FE51C8
Complementary color
Monochromatic Colors of #FE51C8
Black with #FE51C8
Text Example
Text Example
White with #FE51C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51C8; }
p { color: rgb(254,81,200); }
H1.HeaderClassName
{
color: #FE51C8;
}
.AnyTagClassName
{
color: #FE51C8;
}
</style>
background-color css
<style>
a { background-color: #FE51C8; }
a { background-color: rgb(254,81,200); }
div.DivClassName
{
background-color: #FE51C8;
}
.BgClassName
{
background-color: #FE51C8;
}
</style>
border-color css
<style>
span { border-color: #FE51C8; }
span { border-color: rgb(254,81,200); }
td.TdClassName
{
border-color: #FE51C8;
}
.TagClassName
{
border-color: #FE51C8;
}
</style>