Shades of Neon Pink #F07AD1
Tints of Neon Pink #F07AD1
RGB
CMYK
RGB Variations
Color information
#F07AD1 (or 0xF07AD1) is known color: Neon Pink. HEX triplet: F0, 7A and D1. RGB value is (240,122,209). Sum of RGB (Red+Green+Blue) = 240+122+209=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AD1 is #0F852E. Grayscale: #A6A6A6. Windows color (decimal): -1017135 or 13728496. OLE color: 13728496.
HSL color Cylindrical-coordinate representation of color #F07AD1: hue angle of 315.76º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07AD1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 209 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.06 |
| HSL | 315.76º | 0.8% | 0.71% | - |
| HSV(B) | 315.76º | 0.49% | 0.94% | - |
| XYZ | 54.4 | 37.05 | 64.61 | - |
| YUV | 167.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 209 | 0 | 0.49 | 0.13 | 0.06 | 315.76 | 0.8 | 0.71 |
| Hex | F0 | 7A | D1 | 0 | 31 | D | 6 | 13C | 50 | 47 |
| Octal | 360 | 172 | 321 | 0 | 61 | 15 | 6 | 474 | 120 | 107 |
| Binary | 11110000 | 1111010 | 11010001 | 0 | 110001 | 1101 | 110 | 100111100 | 1010000 | 1000111 |
Color Harmonies of #F07AD1
Complementary color
Monochromatic Colors of #F07AD1
Black with #F07AD1
Text Example
Text Example
White with #F07AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AD1; }
p { color: rgb(240,122,209); }
H1.HeaderClassName
{
color: #F07AD1;
}
.AnyTagClassName
{
color: #F07AD1;
}
</style>
background-color css
<style>
a { background-color: #F07AD1; }
a { background-color: rgb(240,122,209); }
div.DivClassName
{
background-color: #F07AD1;
}
.BgClassName
{
background-color: #F07AD1;
}
</style>
border-color css
<style>
span { border-color: #F07AD1; }
span { border-color: rgb(240,122,209); }
td.TdClassName
{
border-color: #F07AD1;
}
.TagClassName
{
border-color: #F07AD1;
}
</style>