Shades of Neon Pink #FE79C6
Tints of Neon Pink #FE79C6
RGB
CMYK
RGB Variations
Color information
#FE79C6 (or 0xFE79C6) is known color: Neon Pink. HEX triplet: FE, 79 and C6. RGB value is (254,121,198). Sum of RGB (Red+Green+Blue) = 254+121+198=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79C6 is #018639. Grayscale: #A9A9A9. Windows color (decimal): -99898 or 13007358. OLE color: 13007358.
HSL color Cylindrical-coordinate representation of color #FE79C6: hue angle of 325.26º 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 #FE79C6 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 198 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.00 |
| HSL | 325.26º | 0.99% | 0.74% | - |
| HSV(B) | 325.26º | 0.52% | 1% | - |
| XYZ | 57.9 | 38.82 | 57.87 | - |
| YUV | 169.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 198 | 0 | 0.52 | 0.22 | 0.00 | 325.26 | 0.99 | 0.74 |
| Hex | FE | 79 | C6 | 0 | 34 | 16 | 0 | 145 | 63 | 4A |
| Octal | 376 | 171 | 306 | 0 | 64 | 26 | 0 | 505 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11000110 | 0 | 110100 | 10110 | 0 | 101000101 | 1100011 | 1001010 |
Color Harmonies of #FE79C6
Complementary color
Monochromatic Colors of #FE79C6
Black with #FE79C6
Text Example
Text Example
White with #FE79C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79C6; }
p { color: rgb(254,121,198); }
H1.HeaderClassName
{
color: #FE79C6;
}
.AnyTagClassName
{
color: #FE79C6;
}
</style>
background-color css
<style>
a { background-color: #FE79C6; }
a { background-color: rgb(254,121,198); }
div.DivClassName
{
background-color: #FE79C6;
}
.BgClassName
{
background-color: #FE79C6;
}
</style>
border-color css
<style>
span { border-color: #FE79C6; }
span { border-color: rgb(254,121,198); }
td.TdClassName
{
border-color: #FE79C6;
}
.TagClassName
{
border-color: #FE79C6;
}
</style>