Shades of Neon Pink #F06DC9
Tints of Neon Pink #F06DC9
RGB
CMYK
RGB Variations
Color information
#F06DC9 (or 0xF06DC9) is known color: Neon Pink. HEX triplet: F0, 6D and C9. RGB value is (240,109,201). Sum of RGB (Red+Green+Blue) = 240+109+201=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DC9 is #0F9236. Grayscale: #9E9E9E. Windows color (decimal): -1020471 or 13200880. OLE color: 13200880.
HSL color Cylindrical-coordinate representation of color #F06DC9: hue angle of 317.86º 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 #F06DC9 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 201 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.06 |
| HSL | 317.86º | 0.81% | 0.68% | - |
| HSV(B) | 317.86º | 0.55% | 0.94% | - |
| XYZ | 51.95 | 33.68 | 59.02 | - |
| YUV | 158.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 201 | 0 | 0.55 | 0.16 | 0.06 | 317.86 | 0.81 | 0.68 |
| Hex | F0 | 6D | C9 | 0 | 37 | 10 | 6 | 13E | 51 | 44 |
| Octal | 360 | 155 | 311 | 0 | 67 | 20 | 6 | 476 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11001001 | 0 | 110111 | 10000 | 110 | 100111110 | 1010001 | 1000100 |
Color Harmonies of #F06DC9
Complementary color
Monochromatic Colors of #F06DC9
Black with #F06DC9
Text Example
Text Example
White with #F06DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DC9; }
p { color: rgb(240,109,201); }
H1.HeaderClassName
{
color: #F06DC9;
}
.AnyTagClassName
{
color: #F06DC9;
}
</style>
background-color css
<style>
a { background-color: #F06DC9; }
a { background-color: rgb(240,109,201); }
div.DivClassName
{
background-color: #F06DC9;
}
.BgClassName
{
background-color: #F06DC9;
}
</style>
border-color css
<style>
span { border-color: #F06DC9; }
span { border-color: rgb(240,109,201); }
td.TdClassName
{
border-color: #F06DC9;
}
.TagClassName
{
border-color: #F06DC9;
}
</style>