Shades of Neon Pink #F06ED3
Tints of Neon Pink #F06ED3
RGB
CMYK
RGB Variations
Color information
#F06ED3 (or 0xF06ED3) is known color: Neon Pink. HEX triplet: F0, 6E and D3. RGB value is (240,110,211). Sum of RGB (Red+Green+Blue) = 240+110+211=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ED3 is #0F912C. Grayscale: #A0A0A0. Windows color (decimal): -1020205 or 13856496. OLE color: 13856496.
HSL color Cylindrical-coordinate representation of color #F06ED3: hue angle of 313.38º 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 #F06ED3 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 211 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.06 |
| HSL | 313.38º | 0.81% | 0.69% | - |
| HSV(B) | 313.38º | 0.54% | 0.94% | - |
| XYZ | 53.27 | 34.38 | 65.46 | - |
| YUV | 160.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 211 | 0 | 0.54 | 0.12 | 0.06 | 313.38 | 0.81 | 0.69 |
| Hex | F0 | 6E | D3 | 0 | 36 | C | 6 | 139 | 51 | 45 |
| Octal | 360 | 156 | 323 | 0 | 66 | 14 | 6 | 471 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11010011 | 0 | 110110 | 1100 | 110 | 100111001 | 1010001 | 1000101 |
Color Harmonies of #F06ED3
Complementary color
Monochromatic Colors of #F06ED3
Black with #F06ED3
Text Example
Text Example
White with #F06ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06ED3; }
p { color: rgb(240,110,211); }
H1.HeaderClassName
{
color: #F06ED3;
}
.AnyTagClassName
{
color: #F06ED3;
}
</style>
background-color css
<style>
a { background-color: #F06ED3; }
a { background-color: rgb(240,110,211); }
div.DivClassName
{
background-color: #F06ED3;
}
.BgClassName
{
background-color: #F06ED3;
}
</style>
border-color css
<style>
span { border-color: #F06ED3; }
span { border-color: rgb(240,110,211); }
td.TdClassName
{
border-color: #F06ED3;
}
.TagClassName
{
border-color: #F06ED3;
}
</style>