Shades of Neon Pink #F06DCF
Tints of Neon Pink #F06DCF
RGB
CMYK
RGB Variations
Color information
#F06DCF (or 0xF06DCF) is known color: Neon Pink. HEX triplet: F0, 6D and CF. RGB value is (240,109,207). Sum of RGB (Red+Green+Blue) = 240+109+207=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DCF is #0F9230. Grayscale: #9F9F9F. Windows color (decimal): -1020465 or 13594096. OLE color: 13594096.
HSL color Cylindrical-coordinate representation of color #F06DCF: hue angle of 315.11º 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 #F06DCF is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 207 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.06 |
| HSL | 315.11º | 0.81% | 0.68% | - |
| HSV(B) | 315.11º | 0.55% | 0.94% | - |
| XYZ | 52.67 | 33.97 | 62.81 | - |
| YUV | 159.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 207 | 0 | 0.55 | 0.14 | 0.06 | 315.11 | 0.81 | 0.68 |
| Hex | F0 | 6D | CF | 0 | 37 | E | 6 | 13B | 51 | 44 |
| Octal | 360 | 155 | 317 | 0 | 67 | 16 | 6 | 473 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11001111 | 0 | 110111 | 1110 | 110 | 100111011 | 1010001 | 1000100 |
Color Harmonies of #F06DCF
Complementary color
Monochromatic Colors of #F06DCF
Black with #F06DCF
Text Example
Text Example
White with #F06DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DCF; }
p { color: rgb(240,109,207); }
H1.HeaderClassName
{
color: #F06DCF;
}
.AnyTagClassName
{
color: #F06DCF;
}
</style>
background-color css
<style>
a { background-color: #F06DCF; }
a { background-color: rgb(240,109,207); }
div.DivClassName
{
background-color: #F06DCF;
}
.BgClassName
{
background-color: #F06DCF;
}
</style>
border-color css
<style>
span { border-color: #F06DCF; }
span { border-color: rgb(240,109,207); }
td.TdClassName
{
border-color: #F06DCF;
}
.TagClassName
{
border-color: #F06DCF;
}
</style>