Shades of Neon Pink #FE77CE
Tints of Neon Pink #FE77CE
RGB
CMYK
RGB Variations
Color information
#FE77CE (or 0xFE77CE) is known color: Neon Pink. HEX triplet: FE, 77 and CE. RGB value is (254,119,206). Sum of RGB (Red+Green+Blue) = 254+119+206=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77CE is #018831. Grayscale: #A9A9A9. Windows color (decimal): -100402 or 13531134. OLE color: 13531134.
HSL color Cylindrical-coordinate representation of color #FE77CE: hue angle of 321.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 #FE77CE is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 206 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.00 |
| HSL | 321.33º | 0.99% | 0.73% | - |
| HSV(B) | 321.33º | 0.53% | 1% | - |
| XYZ | 58.61 | 38.72 | 62.78 | - |
| YUV | 169.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 206 | 0 | 0.53 | 0.19 | 0.00 | 321.33 | 0.99 | 0.73 |
| Hex | FE | 77 | CE | 0 | 35 | 13 | 0 | 141 | 63 | 49 |
| Octal | 376 | 167 | 316 | 0 | 65 | 23 | 0 | 501 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11001110 | 0 | 110101 | 10011 | 0 | 101000001 | 1100011 | 1001001 |
Color Harmonies of #FE77CE
Complementary color
Monochromatic Colors of #FE77CE
Black with #FE77CE
Text Example
Text Example
White with #FE77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77CE; }
p { color: rgb(254,119,206); }
H1.HeaderClassName
{
color: #FE77CE;
}
.AnyTagClassName
{
color: #FE77CE;
}
</style>
background-color css
<style>
a { background-color: #FE77CE; }
a { background-color: rgb(254,119,206); }
div.DivClassName
{
background-color: #FE77CE;
}
.BgClassName
{
background-color: #FE77CE;
}
</style>
border-color css
<style>
span { border-color: #FE77CE; }
span { border-color: rgb(254,119,206); }
td.TdClassName
{
border-color: #FE77CE;
}
.TagClassName
{
border-color: #FE77CE;
}
</style>