Shades of Neon Pink #F06DBF
Tints of Neon Pink #F06DBF
RGB
CMYK
RGB Variations
Color information
#F06DBF (or 0xF06DBF) is known color: Neon Pink. HEX triplet: F0, 6D and BF. RGB value is (240,109,191). Sum of RGB (Red+Green+Blue) = 240+109+191=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DBF is #0F9240. Grayscale: #9D9D9D. Windows color (decimal): -1020481 or 12545520. OLE color: 12545520.
HSL color Cylindrical-coordinate representation of color #F06DBF: hue angle of 322.44º 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 #F06DBF is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 191 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.06 |
| HSL | 322.44º | 0.81% | 0.68% | - |
| HSV(B) | 322.44º | 0.55% | 0.94% | - |
| XYZ | 50.81 | 33.22 | 53.03 | - |
| YUV | 157.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 191 | 0 | 0.55 | 0.20 | 0.06 | 322.44 | 0.81 | 0.68 |
| Hex | F0 | 6D | BF | 0 | 37 | 14 | 6 | 142 | 51 | 44 |
| Octal | 360 | 155 | 277 | 0 | 67 | 24 | 6 | 502 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10111111 | 0 | 110111 | 10100 | 110 | 101000010 | 1010001 | 1000100 |
Color Harmonies of #F06DBF
Complementary color
Monochromatic Colors of #F06DBF
Black with #F06DBF
Text Example
Text Example
White with #F06DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DBF; }
p { color: rgb(240,109,191); }
H1.HeaderClassName
{
color: #F06DBF;
}
.AnyTagClassName
{
color: #F06DBF;
}
</style>
background-color css
<style>
a { background-color: #F06DBF; }
a { background-color: rgb(240,109,191); }
div.DivClassName
{
background-color: #F06DBF;
}
.BgClassName
{
background-color: #F06DBF;
}
</style>
border-color css
<style>
span { border-color: #F06DBF; }
span { border-color: rgb(240,109,191); }
td.TdClassName
{
border-color: #F06DBF;
}
.TagClassName
{
border-color: #F06DBF;
}
</style>