Shades of Neon Pink #FE76C7
Tints of Neon Pink #FE76C7
RGB
CMYK
RGB Variations
Color information
#FE76C7 (or 0xFE76C7) is known color: Neon Pink. HEX triplet: FE, 76 and C7. RGB value is (254,118,199). Sum of RGB (Red+Green+Blue) = 254+118+199=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76C7 is #018938. Grayscale: #A7A7A7. Windows color (decimal): -100665 or 13072126. OLE color: 13072126.
HSL color Cylindrical-coordinate representation of color #FE76C7: hue angle of 324.26º 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 #FE76C7 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 199 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.00 |
| HSL | 324.26º | 0.99% | 0.73% | - |
| HSV(B) | 324.26º | 0.54% | 1% | - |
| XYZ | 57.66 | 38.15 | 58.36 | - |
| YUV | 167.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 199 | 0 | 0.54 | 0.22 | 0.00 | 324.26 | 0.99 | 0.73 |
| Hex | FE | 76 | C7 | 0 | 36 | 16 | 0 | 144 | 63 | 49 |
| Octal | 376 | 166 | 307 | 0 | 66 | 26 | 0 | 504 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11000111 | 0 | 110110 | 10110 | 0 | 101000100 | 1100011 | 1001001 |
Color Harmonies of #FE76C7
Complementary color
Monochromatic Colors of #FE76C7
Black with #FE76C7
Text Example
Text Example
White with #FE76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76C7; }
p { color: rgb(254,118,199); }
H1.HeaderClassName
{
color: #FE76C7;
}
.AnyTagClassName
{
color: #FE76C7;
}
</style>
background-color css
<style>
a { background-color: #FE76C7; }
a { background-color: rgb(254,118,199); }
div.DivClassName
{
background-color: #FE76C7;
}
.BgClassName
{
background-color: #FE76C7;
}
</style>
border-color css
<style>
span { border-color: #FE76C7; }
span { border-color: rgb(254,118,199); }
td.TdClassName
{
border-color: #FE76C7;
}
.TagClassName
{
border-color: #FE76C7;
}
</style>