Shades of Neon Pink #F06DCB
Tints of Neon Pink #F06DCB
RGB
CMYK
RGB Variations
Color information
#F06DCB (or 0xF06DCB) is known color: Neon Pink. HEX triplet: F0, 6D and CB. RGB value is (240,109,203). Sum of RGB (Red+Green+Blue) = 240+109+203=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DCB is #0F9234. Grayscale: #9E9E9E. Windows color (decimal): -1020469 or 13331952. OLE color: 13331952.
HSL color Cylindrical-coordinate representation of color #F06DCB: hue angle of 316.95º 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 #F06DCB is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 203 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.06 |
| HSL | 316.95º | 0.81% | 0.68% | - |
| HSV(B) | 316.95º | 0.55% | 0.94% | - |
| XYZ | 52.18 | 33.77 | 60.27 | - |
| YUV | 158.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 203 | 0 | 0.55 | 0.15 | 0.06 | 316.95 | 0.81 | 0.68 |
| Hex | F0 | 6D | CB | 0 | 37 | F | 6 | 13D | 51 | 44 |
| Octal | 360 | 155 | 313 | 0 | 67 | 17 | 6 | 475 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11001011 | 0 | 110111 | 1111 | 110 | 100111101 | 1010001 | 1000100 |
Color Harmonies of #F06DCB
Complementary color
Monochromatic Colors of #F06DCB
Black with #F06DCB
Text Example
Text Example
White with #F06DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DCB; }
p { color: rgb(240,109,203); }
H1.HeaderClassName
{
color: #F06DCB;
}
.AnyTagClassName
{
color: #F06DCB;
}
</style>
background-color css
<style>
a { background-color: #F06DCB; }
a { background-color: rgb(240,109,203); }
div.DivClassName
{
background-color: #F06DCB;
}
.BgClassName
{
background-color: #F06DCB;
}
</style>
border-color css
<style>
span { border-color: #F06DCB; }
span { border-color: rgb(240,109,203); }
td.TdClassName
{
border-color: #F06DCB;
}
.TagClassName
{
border-color: #F06DCB;
}
</style>