Shades of Neon Pink #FE76C3
Tints of Neon Pink #FE76C3
RGB
CMYK
RGB Variations
Color information
#FE76C3 (or 0xFE76C3) is known color: Neon Pink. HEX triplet: FE, 76 and C3. RGB value is (254,118,195). Sum of RGB (Red+Green+Blue) = 254+118+195=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76C3 is #01893C. Grayscale: #A7A7A7. Windows color (decimal): -100669 or 12809982. OLE color: 12809982.
HSL color Cylindrical-coordinate representation of color #FE76C3: hue angle of 326.03º 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 #FE76C3 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 195 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.00 |
| HSL | 326.03º | 0.99% | 0.73% | - |
| HSV(B) | 326.03º | 0.54% | 1% | - |
| XYZ | 57.2 | 37.97 | 55.94 | - |
| YUV | 167.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 195 | 0 | 0.54 | 0.23 | 0.00 | 326.03 | 0.99 | 0.73 |
| Hex | FE | 76 | C3 | 0 | 36 | 17 | 0 | 146 | 63 | 49 |
| Octal | 376 | 166 | 303 | 0 | 66 | 27 | 0 | 506 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11000011 | 0 | 110110 | 10111 | 0 | 101000110 | 1100011 | 1001001 |
Color Harmonies of #FE76C3
Complementary color
Monochromatic Colors of #FE76C3
Black with #FE76C3
Text Example
Text Example
White with #FE76C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76C3; }
p { color: rgb(254,118,195); }
H1.HeaderClassName
{
color: #FE76C3;
}
.AnyTagClassName
{
color: #FE76C3;
}
</style>
background-color css
<style>
a { background-color: #FE76C3; }
a { background-color: rgb(254,118,195); }
div.DivClassName
{
background-color: #FE76C3;
}
.BgClassName
{
background-color: #FE76C3;
}
</style>
border-color css
<style>
span { border-color: #FE76C3; }
span { border-color: rgb(254,118,195); }
td.TdClassName
{
border-color: #FE76C3;
}
.TagClassName
{
border-color: #FE76C3;
}
</style>