Shades of Neon Pink #FE77C2
Tints of Neon Pink #FE77C2
RGB
CMYK
RGB Variations
Color information
#FE77C2 (or 0xFE77C2) is known color: Neon Pink. HEX triplet: FE, 77 and C2. RGB value is (254,119,194). Sum of RGB (Red+Green+Blue) = 254+119+194=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77C2 is #01883D. Grayscale: #A7A7A7. Windows color (decimal): -100414 or 12744702. OLE color: 12744702.
HSL color Cylindrical-coordinate representation of color #FE77C2: hue angle of 326.67º 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 #FE77C2 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 194 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.00 |
| HSL | 326.67º | 0.99% | 0.73% | - |
| HSV(B) | 326.67º | 0.53% | 1% | - |
| XYZ | 57.21 | 38.16 | 55.39 | - |
| YUV | 167.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 194 | 0 | 0.53 | 0.24 | 0.00 | 326.67 | 0.99 | 0.73 |
| Hex | FE | 77 | C2 | 0 | 35 | 18 | 0 | 147 | 63 | 49 |
| Octal | 376 | 167 | 302 | 0 | 65 | 30 | 0 | 507 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11000010 | 0 | 110101 | 11000 | 0 | 101000111 | 1100011 | 1001001 |
Color Harmonies of #FE77C2
Complementary color
Monochromatic Colors of #FE77C2
Black with #FE77C2
Text Example
Text Example
White with #FE77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77C2; }
p { color: rgb(254,119,194); }
H1.HeaderClassName
{
color: #FE77C2;
}
.AnyTagClassName
{
color: #FE77C2;
}
</style>
background-color css
<style>
a { background-color: #FE77C2; }
a { background-color: rgb(254,119,194); }
div.DivClassName
{
background-color: #FE77C2;
}
.BgClassName
{
background-color: #FE77C2;
}
</style>
border-color css
<style>
span { border-color: #FE77C2; }
span { border-color: rgb(254,119,194); }
td.TdClassName
{
border-color: #FE77C2;
}
.TagClassName
{
border-color: #FE77C2;
}
</style>