Shades of Neon Pink #F06FC2
Tints of Neon Pink #F06FC2
RGB
CMYK
RGB Variations
Color information
#F06FC2 (or 0xF06FC2) is known color: Neon Pink. HEX triplet: F0, 6F and C2. RGB value is (240,111,194). Sum of RGB (Red+Green+Blue) = 240+111+194=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FC2 is #0F903D. Grayscale: #9E9E9E. Windows color (decimal): -1019966 or 12742640. OLE color: 12742640.
HSL color Cylindrical-coordinate representation of color #F06FC2: hue angle of 321.4º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FC2 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 194 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.06 |
| HSL | 321.4º | 0.81% | 0.69% | - |
| HSV(B) | 321.4º | 0.54% | 0.94% | - |
| XYZ | 51.36 | 33.79 | 54.85 | - |
| YUV | 159.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 194 | 0 | 0.54 | 0.19 | 0.06 | 321.4 | 0.81 | 0.69 |
| Hex | F0 | 6F | C2 | 0 | 36 | 13 | 6 | 141 | 51 | 45 |
| Octal | 360 | 157 | 302 | 0 | 66 | 23 | 6 | 501 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11000010 | 0 | 110110 | 10011 | 110 | 101000001 | 1010001 | 1000101 |
Color Harmonies of #F06FC2
Complementary color
Monochromatic Colors of #F06FC2
Black with #F06FC2
Text Example
Text Example
White with #F06FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FC2; }
p { color: rgb(240,111,194); }
H1.HeaderClassName
{
color: #F06FC2;
}
.AnyTagClassName
{
color: #F06FC2;
}
</style>
background-color css
<style>
a { background-color: #F06FC2; }
a { background-color: rgb(240,111,194); }
div.DivClassName
{
background-color: #F06FC2;
}
.BgClassName
{
background-color: #F06FC2;
}
</style>
border-color css
<style>
span { border-color: #F06FC2; }
span { border-color: rgb(240,111,194); }
td.TdClassName
{
border-color: #F06FC2;
}
.TagClassName
{
border-color: #F06FC2;
}
</style>