Shades of Neon Pink #FE79D0
Tints of Neon Pink #FE79D0
RGB
CMYK
RGB Variations
Color information
#FE79D0 (or 0xFE79D0) is known color: Neon Pink. HEX triplet: FE, 79 and D0. RGB value is (254,121,208). Sum of RGB (Red+Green+Blue) = 254+121+208=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79D0 is #01862F. Grayscale: #AAAAAA. Windows color (decimal): -99888 or 13662718. OLE color: 13662718.
HSL color Cylindrical-coordinate representation of color #FE79D0: hue angle of 320.75º 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 #FE79D0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 208 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.00 |
| HSL | 320.75º | 0.99% | 0.74% | - |
| HSV(B) | 320.75º | 0.52% | 1% | - |
| XYZ | 59.1 | 39.3 | 64.15 | - |
| YUV | 170.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 208 | 0 | 0.52 | 0.18 | 0.00 | 320.75 | 0.99 | 0.74 |
| Hex | FE | 79 | D0 | 0 | 34 | 12 | 0 | 141 | 63 | 4A |
| Octal | 376 | 171 | 320 | 0 | 64 | 22 | 0 | 501 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11010000 | 0 | 110100 | 10010 | 0 | 101000001 | 1100011 | 1001010 |
Color Harmonies of #FE79D0
Complementary color
Monochromatic Colors of #FE79D0
Black with #FE79D0
Text Example
Text Example
White with #FE79D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79D0; }
p { color: rgb(254,121,208); }
H1.HeaderClassName
{
color: #FE79D0;
}
.AnyTagClassName
{
color: #FE79D0;
}
</style>
background-color css
<style>
a { background-color: #FE79D0; }
a { background-color: rgb(254,121,208); }
div.DivClassName
{
background-color: #FE79D0;
}
.BgClassName
{
background-color: #FE79D0;
}
</style>
border-color css
<style>
span { border-color: #FE79D0; }
span { border-color: rgb(254,121,208); }
td.TdClassName
{
border-color: #FE79D0;
}
.TagClassName
{
border-color: #FE79D0;
}
</style>