Shades of Neon Pink #FE79D5
Tints of Neon Pink #FE79D5
RGB
CMYK
RGB Variations
Color information
#FE79D5 (or 0xFE79D5) is known color: Neon Pink. HEX triplet: FE, 79 and D5. RGB value is (254,121,213). Sum of RGB (Red+Green+Blue) = 254+121+213=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 121 (47.66% from 255 or 20.58% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79D5 is #01862A. Grayscale: #ABABAB. Windows color (decimal): -99883 or 13990398. OLE color: 13990398.
HSL color Cylindrical-coordinate representation of color #FE79D5: hue angle of 318.5º 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 #FE79D5 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 213 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.00 |
| HSL | 318.5º | 0.99% | 0.74% | - |
| HSV(B) | 318.5º | 0.52% | 1% | - |
| XYZ | 59.72 | 39.55 | 67.44 | - |
| YUV | 171.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 213 | 0 | 0.52 | 0.16 | 0.00 | 318.5 | 0.99 | 0.74 |
| Hex | FE | 79 | D5 | 0 | 34 | 10 | 0 | 13E | 63 | 4A |
| Octal | 376 | 171 | 325 | 0 | 64 | 20 | 0 | 476 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11010101 | 0 | 110100 | 10000 | 0 | 100111110 | 1100011 | 1001010 |
Color Harmonies of #FE79D5
Complementary color
Monochromatic Colors of #FE79D5
Black with #FE79D5
Text Example
Text Example
White with #FE79D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79D5; }
p { color: rgb(254,121,213); }
H1.HeaderClassName
{
color: #FE79D5;
}
.AnyTagClassName
{
color: #FE79D5;
}
</style>
background-color css
<style>
a { background-color: #FE79D5; }
a { background-color: rgb(254,121,213); }
div.DivClassName
{
background-color: #FE79D5;
}
.BgClassName
{
background-color: #FE79D5;
}
</style>
border-color css
<style>
span { border-color: #FE79D5; }
span { border-color: rgb(254,121,213); }
td.TdClassName
{
border-color: #FE79D5;
}
.TagClassName
{
border-color: #FE79D5;
}
</style>