Shades of Neon Pink #F06DBE
Tints of Neon Pink #F06DBE
RGB
CMYK
RGB Variations
Color information
#F06DBE (or 0xF06DBE) is known color: Neon Pink. HEX triplet: F0, 6D and BE. RGB value is (240,109,190). Sum of RGB (Red+Green+Blue) = 240+109+190=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DBE is #0F9241. Grayscale: #9D9D9D. Windows color (decimal): -1020482 or 12479984. OLE color: 12479984.
HSL color Cylindrical-coordinate representation of color #F06DBE: hue angle of 322.9º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06DBE is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 190 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.06 |
| HSL | 322.9º | 0.81% | 0.68% | - |
| HSV(B) | 322.9º | 0.55% | 0.94% | - |
| XYZ | 50.7 | 33.18 | 52.45 | - |
| YUV | 157.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 190 | 0 | 0.55 | 0.21 | 0.06 | 322.9 | 0.81 | 0.68 |
| Hex | F0 | 6D | BE | 0 | 37 | 15 | 6 | 143 | 51 | 44 |
| Octal | 360 | 155 | 276 | 0 | 67 | 25 | 6 | 503 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10111110 | 0 | 110111 | 10101 | 110 | 101000011 | 1010001 | 1000100 |
Color Harmonies of #F06DBE
Complementary color
Monochromatic Colors of #F06DBE
Black with #F06DBE
Text Example
Text Example
White with #F06DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DBE; }
p { color: rgb(240,109,190); }
H1.HeaderClassName
{
color: #F06DBE;
}
.AnyTagClassName
{
color: #F06DBE;
}
</style>
background-color css
<style>
a { background-color: #F06DBE; }
a { background-color: rgb(240,109,190); }
div.DivClassName
{
background-color: #F06DBE;
}
.BgClassName
{
background-color: #F06DBE;
}
</style>
border-color css
<style>
span { border-color: #F06DBE; }
span { border-color: rgb(240,109,190); }
td.TdClassName
{
border-color: #F06DBE;
}
.TagClassName
{
border-color: #F06DBE;
}
</style>