Shades of Neon Pink #F06DD2
Tints of Neon Pink #F06DD2
RGB
CMYK
RGB Variations
Color information
#F06DD2 (or 0xF06DD2) is known color: Neon Pink. HEX triplet: F0, 6D and D2. RGB value is (240,109,210). Sum of RGB (Red+Green+Blue) = 240+109+210=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DD2 is #0F922D. Grayscale: #9F9F9F. Windows color (decimal): -1020462 or 13790704. OLE color: 13790704.
HSL color Cylindrical-coordinate representation of color #F06DD2: hue angle of 313.74º 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 #F06DD2 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 210 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.06 |
| HSL | 313.74º | 0.81% | 0.68% | - |
| HSV(B) | 313.74º | 0.55% | 0.94% | - |
| XYZ | 53.04 | 34.12 | 64.76 | - |
| YUV | 159.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 210 | 0 | 0.55 | 0.12 | 0.06 | 313.74 | 0.81 | 0.68 |
| Hex | F0 | 6D | D2 | 0 | 37 | C | 6 | 13A | 51 | 44 |
| Octal | 360 | 155 | 322 | 0 | 67 | 14 | 6 | 472 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11010010 | 0 | 110111 | 1100 | 110 | 100111010 | 1010001 | 1000100 |
Color Harmonies of #F06DD2
Complementary color
Monochromatic Colors of #F06DD2
Black with #F06DD2
Text Example
Text Example
White with #F06DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DD2; }
p { color: rgb(240,109,210); }
H1.HeaderClassName
{
color: #F06DD2;
}
.AnyTagClassName
{
color: #F06DD2;
}
</style>
background-color css
<style>
a { background-color: #F06DD2; }
a { background-color: rgb(240,109,210); }
div.DivClassName
{
background-color: #F06DD2;
}
.BgClassName
{
background-color: #F06DD2;
}
</style>
border-color css
<style>
span { border-color: #F06DD2; }
span { border-color: rgb(240,109,210); }
td.TdClassName
{
border-color: #F06DD2;
}
.TagClassName
{
border-color: #F06DD2;
}
</style>