Shades of Neon Pink #F079D2
Tints of Neon Pink #F079D2
RGB
CMYK
RGB Variations
Color information
#F079D2 (or 0xF079D2) is known color: Neon Pink. HEX triplet: F0, 79 and D2. RGB value is (240,121,210). Sum of RGB (Red+Green+Blue) = 240+121+210=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F079D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079D2 is #0F862D. Grayscale: #A6A6A6. Windows color (decimal): -1017390 or 13793776. OLE color: 13793776.
HSL color Cylindrical-coordinate representation of color #F079D2: hue angle of 315.13º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079D2 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 210 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.06 |
| HSL | 315.13º | 0.8% | 0.71% | - |
| HSV(B) | 315.13º | 0.5% | 0.94% | - |
| XYZ | 54.41 | 36.85 | 65.22 | - |
| YUV | 166.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 210 | 0 | 0.50 | 0.12 | 0.06 | 315.13 | 0.8 | 0.71 |
| Hex | F0 | 79 | D2 | 0 | 32 | C | 6 | 13B | 50 | 47 |
| Octal | 360 | 171 | 322 | 0 | 62 | 14 | 6 | 473 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11010010 | 0 | 110010 | 1100 | 110 | 100111011 | 1010000 | 1000111 |
Color Harmonies of #F079D2
Complementary color
Monochromatic Colors of #F079D2
Black with #F079D2
Text Example
Text Example
White with #F079D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079D2; }
p { color: rgb(240,121,210); }
H1.HeaderClassName
{
color: #F079D2;
}
.AnyTagClassName
{
color: #F079D2;
}
</style>
background-color css
<style>
a { background-color: #F079D2; }
a { background-color: rgb(240,121,210); }
div.DivClassName
{
background-color: #F079D2;
}
.BgClassName
{
background-color: #F079D2;
}
</style>
border-color css
<style>
span { border-color: #F079D2; }
span { border-color: rgb(240,121,210); }
td.TdClassName
{
border-color: #F079D2;
}
.TagClassName
{
border-color: #F079D2;
}
</style>