Shades of Neon Pink #FE76D7
Tints of Neon Pink #FE76D7
RGB
CMYK
RGB Variations
Color information
#FE76D7 (or 0xFE76D7) is known color: Neon Pink. HEX triplet: FE, 76 and D7. RGB value is (254,118,215). Sum of RGB (Red+Green+Blue) = 254+118+215=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 118 (46.48% from 255 or 20.10% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76D7 is #018928. Grayscale: #A9A9A9. Windows color (decimal): -100649 or 14120702. OLE color: 14120702.
HSL color Cylindrical-coordinate representation of color #FE76D7: hue angle of 317.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76D7 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 215 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.00 |
| HSL | 317.21º | 0.99% | 0.73% | - |
| HSV(B) | 317.21º | 0.54% | 1% | - |
| XYZ | 59.62 | 38.93 | 68.66 | - |
| YUV | 169.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 215 | 0 | 0.54 | 0.15 | 0.00 | 317.21 | 0.99 | 0.73 |
| Hex | FE | 76 | D7 | 0 | 36 | F | 0 | 13D | 63 | 49 |
| Octal | 376 | 166 | 327 | 0 | 66 | 17 | 0 | 475 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11010111 | 0 | 110110 | 1111 | 0 | 100111101 | 1100011 | 1001001 |
Color Harmonies of #FE76D7
Complementary color
Monochromatic Colors of #FE76D7
Black with #FE76D7
Text Example
Text Example
White with #FE76D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76D7; }
p { color: rgb(254,118,215); }
H1.HeaderClassName
{
color: #FE76D7;
}
.AnyTagClassName
{
color: #FE76D7;
}
</style>
background-color css
<style>
a { background-color: #FE76D7; }
a { background-color: rgb(254,118,215); }
div.DivClassName
{
background-color: #FE76D7;
}
.BgClassName
{
background-color: #FE76D7;
}
</style>
border-color css
<style>
span { border-color: #FE76D7; }
span { border-color: rgb(254,118,215); }
td.TdClassName
{
border-color: #FE76D7;
}
.TagClassName
{
border-color: #FE76D7;
}
</style>