Shades of Neon Pink #FE76D4
Tints of Neon Pink #FE76D4
RGB
CMYK
RGB Variations
Color information
#FE76D4 (or 0xFE76D4) is known color: Neon Pink. HEX triplet: FE, 76 and D4. RGB value is (254,118,212). Sum of RGB (Red+Green+Blue) = 254+118+212=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 118 (46.48% from 255 or 20.21% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76D4 is #01892B. Grayscale: #A9A9A9. Windows color (decimal): -100652 or 13924094. OLE color: 13924094.
HSL color Cylindrical-coordinate representation of color #FE76D4: hue angle of 318.53º 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 #FE76D4 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 212 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.00 |
| HSL | 318.53º | 0.99% | 0.73% | - |
| HSV(B) | 318.53º | 0.54% | 1% | - |
| XYZ | 59.24 | 38.78 | 66.65 | - |
| YUV | 169.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 212 | 0 | 0.54 | 0.17 | 0.00 | 318.53 | 0.99 | 0.73 |
| Hex | FE | 76 | D4 | 0 | 36 | 11 | 0 | 13F | 63 | 49 |
| Octal | 376 | 166 | 324 | 0 | 66 | 21 | 0 | 477 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11010100 | 0 | 110110 | 10001 | 0 | 100111111 | 1100011 | 1001001 |
Color Harmonies of #FE76D4
Complementary color
Monochromatic Colors of #FE76D4
Black with #FE76D4
Text Example
Text Example
White with #FE76D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76D4; }
p { color: rgb(254,118,212); }
H1.HeaderClassName
{
color: #FE76D4;
}
.AnyTagClassName
{
color: #FE76D4;
}
</style>
background-color css
<style>
a { background-color: #FE76D4; }
a { background-color: rgb(254,118,212); }
div.DivClassName
{
background-color: #FE76D4;
}
.BgClassName
{
background-color: #FE76D4;
}
</style>
border-color css
<style>
span { border-color: #FE76D4; }
span { border-color: rgb(254,118,212); }
td.TdClassName
{
border-color: #FE76D4;
}
.TagClassName
{
border-color: #FE76D4;
}
</style>