Shades of Neon Pink #F06DD4
Tints of Neon Pink #F06DD4
RGB
CMYK
RGB Variations
Color information
#F06DD4 (or 0xF06DD4) is known color: Neon Pink. HEX triplet: F0, 6D and D4. RGB value is (240,109,212). Sum of RGB (Red+Green+Blue) = 240+109+212=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DD4 is #0F922B. Grayscale: #9F9F9F. Windows color (decimal): -1020460 or 13921776. OLE color: 13921776.
HSL color Cylindrical-coordinate representation of color #F06DD4: hue angle of 312.82º 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 #F06DD4 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 212 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.06 |
| HSL | 312.82º | 0.81% | 0.68% | - |
| HSV(B) | 312.82º | 0.55% | 0.94% | - |
| XYZ | 53.29 | 34.22 | 66.08 | - |
| YUV | 159.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 212 | 0 | 0.55 | 0.12 | 0.06 | 312.82 | 0.81 | 0.68 |
| Hex | F0 | 6D | D4 | 0 | 37 | C | 6 | 139 | 51 | 44 |
| Octal | 360 | 155 | 324 | 0 | 67 | 14 | 6 | 471 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11010100 | 0 | 110111 | 1100 | 110 | 100111001 | 1010001 | 1000100 |
Color Harmonies of #F06DD4
Complementary color
Monochromatic Colors of #F06DD4
Black with #F06DD4
Text Example
Text Example
White with #F06DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DD4; }
p { color: rgb(240,109,212); }
H1.HeaderClassName
{
color: #F06DD4;
}
.AnyTagClassName
{
color: #F06DD4;
}
</style>
background-color css
<style>
a { background-color: #F06DD4; }
a { background-color: rgb(240,109,212); }
div.DivClassName
{
background-color: #F06DD4;
}
.BgClassName
{
background-color: #F06DD4;
}
</style>
border-color css
<style>
span { border-color: #F06DD4; }
span { border-color: rgb(240,109,212); }
td.TdClassName
{
border-color: #F06DD4;
}
.TagClassName
{
border-color: #F06DD4;
}
</style>