Shades of Neon Pink #FE79CC
Tints of Neon Pink #FE79CC
RGB
CMYK
RGB Variations
Color information
#FE79CC (or 0xFE79CC) is known color: Neon Pink. HEX triplet: FE, 79 and CC. RGB value is (254,121,204). Sum of RGB (Red+Green+Blue) = 254+121+204=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79CC is #018633. Grayscale: #AAAAAA. Windows color (decimal): -99892 or 13400574. OLE color: 13400574.
HSL color Cylindrical-coordinate representation of color #FE79CC: hue angle of 322.56º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE79CC is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 204 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.00 |
| HSL | 322.56º | 0.99% | 0.74% | - |
| HSV(B) | 322.56º | 0.52% | 1% | - |
| XYZ | 58.61 | 39.11 | 61.59 | - |
| YUV | 170.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 204 | 0 | 0.52 | 0.20 | 0.00 | 322.56 | 0.99 | 0.74 |
| Hex | FE | 79 | CC | 0 | 34 | 14 | 0 | 143 | 63 | 4A |
| Octal | 376 | 171 | 314 | 0 | 64 | 24 | 0 | 503 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11001100 | 0 | 110100 | 10100 | 0 | 101000011 | 1100011 | 1001010 |
Color Harmonies of #FE79CC
Complementary color
Monochromatic Colors of #FE79CC
Black with #FE79CC
Text Example
Text Example
White with #FE79CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79CC; }
p { color: rgb(254,121,204); }
H1.HeaderClassName
{
color: #FE79CC;
}
.AnyTagClassName
{
color: #FE79CC;
}
</style>
background-color css
<style>
a { background-color: #FE79CC; }
a { background-color: rgb(254,121,204); }
div.DivClassName
{
background-color: #FE79CC;
}
.BgClassName
{
background-color: #FE79CC;
}
</style>
border-color css
<style>
span { border-color: #FE79CC; }
span { border-color: rgb(254,121,204); }
td.TdClassName
{
border-color: #FE79CC;
}
.TagClassName
{
border-color: #FE79CC;
}
</style>