Shades of Neon Pink #FE51C7
Tints of Neon Pink #FE51C7
RGB
CMYK
RGB Variations
Color information
#FE51C7 (or 0xFE51C7) is known color: Neon Pink. HEX triplet: FE, 51 and C7. RGB value is (254,81,199). Sum of RGB (Red+Green+Blue) = 254+81+199=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C7 is #01AE38. Grayscale: #919191. Windows color (decimal): -110137 or 13062654. OLE color: 13062654.
HSL color Cylindrical-coordinate representation of color #FE51C7: hue angle of 319.08º 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 #FE51C7 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 199 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.00 |
| HSL | 319.08º | 0.99% | 0.66% | - |
| HSV(B) | 319.08º | 0.68% | 1% | - |
| XYZ | 54.12 | 31.08 | 57.18 | - |
| YUV | 146.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 199 | 0 | 0.68 | 0.22 | 0.00 | 319.08 | 0.99 | 0.66 |
| Hex | FE | 51 | C7 | 0 | 44 | 16 | 0 | 13F | 63 | 42 |
| Octal | 376 | 121 | 307 | 0 | 104 | 26 | 0 | 477 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11000111 | 0 | 1000100 | 10110 | 0 | 100111111 | 1100011 | 1000010 |
Color Harmonies of #FE51C7
Complementary color
Monochromatic Colors of #FE51C7
Black with #FE51C7
Text Example
Text Example
White with #FE51C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51C7; }
p { color: rgb(254,81,199); }
H1.HeaderClassName
{
color: #FE51C7;
}
.AnyTagClassName
{
color: #FE51C7;
}
</style>
background-color css
<style>
a { background-color: #FE51C7; }
a { background-color: rgb(254,81,199); }
div.DivClassName
{
background-color: #FE51C7;
}
.BgClassName
{
background-color: #FE51C7;
}
</style>
border-color css
<style>
span { border-color: #FE51C7; }
span { border-color: rgb(254,81,199); }
td.TdClassName
{
border-color: #FE51C7;
}
.TagClassName
{
border-color: #FE51C7;
}
</style>