Shades of Neon Pink #FE77D7
Tints of Neon Pink #FE77D7
RGB
CMYK
RGB Variations
Color information
#FE77D7 (or 0xFE77D7) is known color: Neon Pink. HEX triplet: FE, 77 and D7. RGB value is (254,119,215). Sum of RGB (Red+Green+Blue) = 254+119+215=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77D7 is #018828. Grayscale: #AAAAAA. Windows color (decimal): -100393 or 14120958. OLE color: 14120958.
HSL color Cylindrical-coordinate representation of color #FE77D7: hue angle of 317.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE77D7 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 215 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.00 |
| HSL | 317.33º | 0.99% | 0.73% | - |
| HSV(B) | 317.33º | 0.53% | 1% | - |
| XYZ | 59.74 | 39.17 | 68.7 | - |
| YUV | 170.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 215 | 0 | 0.53 | 0.15 | 0.00 | 317.33 | 0.99 | 0.73 |
| Hex | FE | 77 | D7 | 0 | 35 | F | 0 | 13D | 63 | 49 |
| Octal | 376 | 167 | 327 | 0 | 65 | 17 | 0 | 475 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11010111 | 0 | 110101 | 1111 | 0 | 100111101 | 1100011 | 1001001 |
Color Harmonies of #FE77D7
Complementary color
Monochromatic Colors of #FE77D7
Black with #FE77D7
Text Example
Text Example
White with #FE77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77D7; }
p { color: rgb(254,119,215); }
H1.HeaderClassName
{
color: #FE77D7;
}
.AnyTagClassName
{
color: #FE77D7;
}
</style>
background-color css
<style>
a { background-color: #FE77D7; }
a { background-color: rgb(254,119,215); }
div.DivClassName
{
background-color: #FE77D7;
}
.BgClassName
{
background-color: #FE77D7;
}
</style>
border-color css
<style>
span { border-color: #FE77D7; }
span { border-color: rgb(254,119,215); }
td.TdClassName
{
border-color: #FE77D7;
}
.TagClassName
{
border-color: #FE77D7;
}
</style>