Shades of Neon Pink #FE77CC
Tints of Neon Pink #FE77CC
RGB
CMYK
RGB Variations
Color information
#FE77CC (or 0xFE77CC) is known color: Neon Pink. HEX triplet: FE, 77 and CC. RGB value is (254,119,204). Sum of RGB (Red+Green+Blue) = 254+119+204=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77CC is #018833. Grayscale: #A8A8A8. Windows color (decimal): -100404 or 13400062. OLE color: 13400062.
HSL color Cylindrical-coordinate representation of color #FE77CC: hue angle of 322.22º 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 #FE77CC is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 204 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.00 |
| HSL | 322.22º | 0.99% | 0.73% | - |
| HSV(B) | 322.22º | 0.53% | 1% | - |
| XYZ | 58.37 | 38.62 | 61.51 | - |
| YUV | 169.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 204 | 0 | 0.53 | 0.20 | 0.00 | 322.22 | 0.99 | 0.73 |
| Hex | FE | 77 | CC | 0 | 35 | 14 | 0 | 142 | 63 | 49 |
| Octal | 376 | 167 | 314 | 0 | 65 | 24 | 0 | 502 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11001100 | 0 | 110101 | 10100 | 0 | 101000010 | 1100011 | 1001001 |
Color Harmonies of #FE77CC
Complementary color
Monochromatic Colors of #FE77CC
Black with #FE77CC
Text Example
Text Example
White with #FE77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77CC; }
p { color: rgb(254,119,204); }
H1.HeaderClassName
{
color: #FE77CC;
}
.AnyTagClassName
{
color: #FE77CC;
}
</style>
background-color css
<style>
a { background-color: #FE77CC; }
a { background-color: rgb(254,119,204); }
div.DivClassName
{
background-color: #FE77CC;
}
.BgClassName
{
background-color: #FE77CC;
}
</style>
border-color css
<style>
span { border-color: #FE77CC; }
span { border-color: rgb(254,119,204); }
td.TdClassName
{
border-color: #FE77CC;
}
.TagClassName
{
border-color: #FE77CC;
}
</style>