Shades of Neon Pink #F979D5
Tints of Neon Pink #F979D5
RGB
CMYK
RGB Variations
Color information
#F979D5 (or 0xF979D5) is known color: Neon Pink. HEX triplet: F9, 79 and D5. RGB value is (249,121,213). Sum of RGB (Red+Green+Blue) = 249+121+213=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F979D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979D5 is #06862A. Grayscale: #A9A9A9. Windows color (decimal): -427563 or 13990393. OLE color: 13990393.
HSL color Cylindrical-coordinate representation of color #F979D5: hue angle of 316.88º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F979D5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 213 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.02 |
| HSL | 316.88º | 0.91% | 0.73% | - |
| HSV(B) | 316.88º | 0.51% | 0.98% | - |
| XYZ | 57.91 | 38.62 | 67.35 | - |
| YUV | 169.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 213 | 0 | 0.51 | 0.14 | 0.02 | 316.88 | 0.91 | 0.73 |
| Hex | F9 | 79 | D5 | 0 | 33 | E | 2 | 13D | 5B | 49 |
| Octal | 371 | 171 | 325 | 0 | 63 | 16 | 2 | 475 | 133 | 111 |
| Binary | 11111001 | 1111001 | 11010101 | 0 | 110011 | 1110 | 10 | 100111101 | 1011011 | 1001001 |
Color Harmonies of #F979D5
Complementary color
Monochromatic Colors of #F979D5
Black with #F979D5
Text Example
Text Example
White with #F979D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979D5; }
p { color: rgb(249,121,213); }
H1.HeaderClassName
{
color: #F979D5;
}
.AnyTagClassName
{
color: #F979D5;
}
</style>
background-color css
<style>
a { background-color: #F979D5; }
a { background-color: rgb(249,121,213); }
div.DivClassName
{
background-color: #F979D5;
}
.BgClassName
{
background-color: #F979D5;
}
</style>
border-color css
<style>
span { border-color: #F979D5; }
span { border-color: rgb(249,121,213); }
td.TdClassName
{
border-color: #F979D5;
}
.TagClassName
{
border-color: #F979D5;
}
</style>