Shades of Neon Pink #FE76C5
Tints of Neon Pink #FE76C5
RGB
CMYK
RGB Variations
Color information
#FE76C5 (or 0xFE76C5) is known color: Neon Pink. HEX triplet: FE, 76 and C5. RGB value is (254,118,197). Sum of RGB (Red+Green+Blue) = 254+118+197=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76C5 is #01893A. Grayscale: #A7A7A7. Windows color (decimal): -100667 or 12941054. OLE color: 12941054.
HSL color Cylindrical-coordinate representation of color #FE76C5: hue angle of 325.15º 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 #FE76C5 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 197 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.00 |
| HSL | 325.15º | 0.99% | 0.73% | - |
| HSV(B) | 325.15º | 0.54% | 1% | - |
| XYZ | 57.43 | 38.06 | 57.14 | - |
| YUV | 167.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 197 | 0 | 0.54 | 0.22 | 0.00 | 325.15 | 0.99 | 0.73 |
| Hex | FE | 76 | C5 | 0 | 36 | 16 | 0 | 145 | 63 | 49 |
| Octal | 376 | 166 | 305 | 0 | 66 | 26 | 0 | 505 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11000101 | 0 | 110110 | 10110 | 0 | 101000101 | 1100011 | 1001001 |
Color Harmonies of #FE76C5
Complementary color
Monochromatic Colors of #FE76C5
Black with #FE76C5
Text Example
Text Example
White with #FE76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76C5; }
p { color: rgb(254,118,197); }
H1.HeaderClassName
{
color: #FE76C5;
}
.AnyTagClassName
{
color: #FE76C5;
}
</style>
background-color css
<style>
a { background-color: #FE76C5; }
a { background-color: rgb(254,118,197); }
div.DivClassName
{
background-color: #FE76C5;
}
.BgClassName
{
background-color: #FE76C5;
}
</style>
border-color css
<style>
span { border-color: #FE76C5; }
span { border-color: rgb(254,118,197); }
td.TdClassName
{
border-color: #FE76C5;
}
.TagClassName
{
border-color: #FE76C5;
}
</style>