Shades of Neon Pink #F06ECE
Tints of Neon Pink #F06ECE
RGB
CMYK
RGB Variations
Color information
#F06ECE (or 0xF06ECE) is known color: Neon Pink. HEX triplet: F0, 6E and CE. RGB value is (240,110,206). Sum of RGB (Red+Green+Blue) = 240+110+206=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ECE is #0F9131. Grayscale: #9F9F9F. Windows color (decimal): -1020210 or 13528816. OLE color: 13528816.
HSL color Cylindrical-coordinate representation of color #F06ECE: hue angle of 315.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06ECE is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 206 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.06 |
| HSL | 315.69º | 0.81% | 0.69% | - |
| HSV(B) | 315.69º | 0.54% | 0.94% | - |
| XYZ | 52.65 | 34.13 | 62.21 | - |
| YUV | 159.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 206 | 0 | 0.54 | 0.14 | 0.06 | 315.69 | 0.81 | 0.69 |
| Hex | F0 | 6E | CE | 0 | 36 | E | 6 | 13C | 51 | 45 |
| Octal | 360 | 156 | 316 | 0 | 66 | 16 | 6 | 474 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11001110 | 0 | 110110 | 1110 | 110 | 100111100 | 1010001 | 1000101 |
Color Harmonies of #F06ECE
Complementary color
Monochromatic Colors of #F06ECE
Black with #F06ECE
Text Example
Text Example
White with #F06ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06ECE; }
p { color: rgb(240,110,206); }
H1.HeaderClassName
{
color: #F06ECE;
}
.AnyTagClassName
{
color: #F06ECE;
}
</style>
background-color css
<style>
a { background-color: #F06ECE; }
a { background-color: rgb(240,110,206); }
div.DivClassName
{
background-color: #F06ECE;
}
.BgClassName
{
background-color: #F06ECE;
}
</style>
border-color css
<style>
span { border-color: #F06ECE; }
span { border-color: rgb(240,110,206); }
td.TdClassName
{
border-color: #F06ECE;
}
.TagClassName
{
border-color: #F06ECE;
}
</style>