Shades of Neon Pink #FE51C5
Tints of Neon Pink #FE51C5
RGB
CMYK
RGB Variations
Color information
#FE51C5 (or 0xFE51C5) is known color: Neon Pink. HEX triplet: FE, 51 and C5. RGB value is (254,81,197). Sum of RGB (Red+Green+Blue) = 254+81+197=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C5 is #01AE3A. Grayscale: #919191. Windows color (decimal): -110139 or 12931582. OLE color: 12931582.
HSL color Cylindrical-coordinate representation of color #FE51C5: hue angle of 319.77º 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 #FE51C5 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 197 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.00 |
| HSL | 319.77º | 0.99% | 0.66% | - |
| HSV(B) | 319.77º | 0.68% | 1% | - |
| XYZ | 53.89 | 30.99 | 55.96 | - |
| YUV | 145.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 197 | 0 | 0.68 | 0.22 | 0.00 | 319.77 | 0.99 | 0.66 |
| Hex | FE | 51 | C5 | 0 | 44 | 16 | 0 | 140 | 63 | 42 |
| Octal | 376 | 121 | 305 | 0 | 104 | 26 | 0 | 500 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11000101 | 0 | 1000100 | 10110 | 0 | 101000000 | 1100011 | 1000010 |
Color Harmonies of #FE51C5
Complementary color
Monochromatic Colors of #FE51C5
Black with #FE51C5
Text Example
Text Example
White with #FE51C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51C5; }
p { color: rgb(254,81,197); }
H1.HeaderClassName
{
color: #FE51C5;
}
.AnyTagClassName
{
color: #FE51C5;
}
</style>
background-color css
<style>
a { background-color: #FE51C5; }
a { background-color: rgb(254,81,197); }
div.DivClassName
{
background-color: #FE51C5;
}
.BgClassName
{
background-color: #FE51C5;
}
</style>
border-color css
<style>
span { border-color: #FE51C5; }
span { border-color: rgb(254,81,197); }
td.TdClassName
{
border-color: #FE51C5;
}
.TagClassName
{
border-color: #FE51C5;
}
</style>