Shades of Neon Pink #F06ACE
Tints of Neon Pink #F06ACE
RGB
CMYK
RGB Variations
Color information
#F06ACE (or 0xF06ACE) is known color: Neon Pink. HEX triplet: F0, 6A and CE. RGB value is (240,106,206). Sum of RGB (Red+Green+Blue) = 240+106+206=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ACE is #0F9531. Grayscale: #9D9D9D. Windows color (decimal): -1021234 or 13527792. OLE color: 13527792.
HSL color Cylindrical-coordinate representation of color #F06ACE: hue angle of 315.22º 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 #F06ACE is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 206 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.06 |
| HSL | 315.22º | 0.82% | 0.68% | - |
| HSV(B) | 315.22º | 0.56% | 0.94% | - |
| XYZ | 52.23 | 33.29 | 62.07 | - |
| YUV | 157.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 206 | 0 | 0.56 | 0.14 | 0.06 | 315.22 | 0.82 | 0.68 |
| Hex | F0 | 6A | CE | 0 | 38 | E | 6 | 13B | 52 | 44 |
| Octal | 360 | 152 | 316 | 0 | 70 | 16 | 6 | 473 | 122 | 104 |
| Binary | 11110000 | 1101010 | 11001110 | 0 | 111000 | 1110 | 110 | 100111011 | 1010010 | 1000100 |
Color Harmonies of #F06ACE
Complementary color
Monochromatic Colors of #F06ACE
Black with #F06ACE
Text Example
Text Example
White with #F06ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06ACE; }
p { color: rgb(240,106,206); }
H1.HeaderClassName
{
color: #F06ACE;
}
.AnyTagClassName
{
color: #F06ACE;
}
</style>
background-color css
<style>
a { background-color: #F06ACE; }
a { background-color: rgb(240,106,206); }
div.DivClassName
{
background-color: #F06ACE;
}
.BgClassName
{
background-color: #F06ACE;
}
</style>
border-color css
<style>
span { border-color: #F06ACE; }
span { border-color: rgb(240,106,206); }
td.TdClassName
{
border-color: #F06ACE;
}
.TagClassName
{
border-color: #F06ACE;
}
</style>