Shades of Neon Pink #F06DD0
Tints of Neon Pink #F06DD0
RGB
CMYK
RGB Variations
Color information
#F06DD0 (or 0xF06DD0) is known color: Neon Pink. HEX triplet: F0, 6D and D0. RGB value is (240,109,208). Sum of RGB (Red+Green+Blue) = 240+109+208=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DD0 is #0F922F. Grayscale: #9F9F9F. Windows color (decimal): -1020464 or 13659632. OLE color: 13659632.
HSL color Cylindrical-coordinate representation of color #F06DD0: hue angle of 314.66º 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 #F06DD0 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 208 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.06 |
| HSL | 314.66º | 0.81% | 0.68% | - |
| HSV(B) | 314.66º | 0.55% | 0.94% | - |
| XYZ | 52.79 | 34.02 | 63.46 | - |
| YUV | 159.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 208 | 0 | 0.55 | 0.13 | 0.06 | 314.66 | 0.81 | 0.68 |
| Hex | F0 | 6D | D0 | 0 | 37 | D | 6 | 13B | 51 | 44 |
| Octal | 360 | 155 | 320 | 0 | 67 | 15 | 6 | 473 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11010000 | 0 | 110111 | 1101 | 110 | 100111011 | 1010001 | 1000100 |
Color Harmonies of #F06DD0
Complementary color
Monochromatic Colors of #F06DD0
Black with #F06DD0
Text Example
Text Example
White with #F06DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DD0; }
p { color: rgb(240,109,208); }
H1.HeaderClassName
{
color: #F06DD0;
}
.AnyTagClassName
{
color: #F06DD0;
}
</style>
background-color css
<style>
a { background-color: #F06DD0; }
a { background-color: rgb(240,109,208); }
div.DivClassName
{
background-color: #F06DD0;
}
.BgClassName
{
background-color: #F06DD0;
}
</style>
border-color css
<style>
span { border-color: #F06DD0; }
span { border-color: rgb(240,109,208); }
td.TdClassName
{
border-color: #F06DD0;
}
.TagClassName
{
border-color: #F06DD0;
}
</style>