Shades of Neon Pink #F06AD1
Tints of Neon Pink #F06AD1
RGB
CMYK
RGB Variations
Color information
#F06AD1 (or 0xF06AD1) is known color: Neon Pink. HEX triplet: F0, 6A and D1. RGB value is (240,106,209). Sum of RGB (Red+Green+Blue) = 240+106+209=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AD1 is #0F952E. Grayscale: #9D9D9D. Windows color (decimal): -1021231 or 13724400. OLE color: 13724400.
HSL color Cylindrical-coordinate representation of color #F06AD1: hue angle of 313.88º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AD1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 209 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.06 |
| HSL | 313.88º | 0.82% | 0.68% | - |
| HSV(B) | 313.88º | 0.56% | 0.94% | - |
| XYZ | 52.6 | 33.44 | 64 | - |
| YUV | 157.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 209 | 0 | 0.56 | 0.13 | 0.06 | 313.88 | 0.82 | 0.68 |
| Hex | F0 | 6A | D1 | 0 | 38 | D | 6 | 13A | 52 | 44 |
| Octal | 360 | 152 | 321 | 0 | 70 | 15 | 6 | 472 | 122 | 104 |
| Binary | 11110000 | 1101010 | 11010001 | 0 | 111000 | 1101 | 110 | 100111010 | 1010010 | 1000100 |
Color Harmonies of #F06AD1
Complementary color
Monochromatic Colors of #F06AD1
Black with #F06AD1
Text Example
Text Example
White with #F06AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AD1; }
p { color: rgb(240,106,209); }
H1.HeaderClassName
{
color: #F06AD1;
}
.AnyTagClassName
{
color: #F06AD1;
}
</style>
background-color css
<style>
a { background-color: #F06AD1; }
a { background-color: rgb(240,106,209); }
div.DivClassName
{
background-color: #F06AD1;
}
.BgClassName
{
background-color: #F06AD1;
}
</style>
border-color css
<style>
span { border-color: #F06AD1; }
span { border-color: rgb(240,106,209); }
td.TdClassName
{
border-color: #F06AD1;
}
.TagClassName
{
border-color: #F06AD1;
}
</style>