Shades of Neon Pink #F066C3
Tints of Neon Pink #F066C3
RGB
CMYK
RGB Variations
Color information
#F066C3 (or 0xF066C3) is known color: Neon Pink. HEX triplet: F0, 66 and C3. RGB value is (240,102,195). Sum of RGB (Red+Green+Blue) = 240+102+195=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F066C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066C3 is #0F993C. Grayscale: #999999. Windows color (decimal): -1022269 or 12805872. OLE color: 12805872.
HSL color Cylindrical-coordinate representation of color #F066C3: hue angle of 319.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066C3 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 195 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.06 |
| HSL | 319.57º | 0.82% | 0.67% | - |
| HSV(B) | 319.57º | 0.58% | 0.94% | - |
| XYZ | 50.54 | 31.97 | 55.14 | - |
| YUV | 153.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 195 | 0 | 0.58 | 0.19 | 0.06 | 319.57 | 0.82 | 0.67 |
| Hex | F0 | 66 | C3 | 0 | 3A | 13 | 6 | 140 | 52 | 43 |
| Octal | 360 | 146 | 303 | 0 | 72 | 23 | 6 | 500 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11000011 | 0 | 111010 | 10011 | 110 | 101000000 | 1010010 | 1000011 |
Color Harmonies of #F066C3
Complementary color
Monochromatic Colors of #F066C3
Black with #F066C3
Text Example
Text Example
White with #F066C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066C3; }
p { color: rgb(240,102,195); }
H1.HeaderClassName
{
color: #F066C3;
}
.AnyTagClassName
{
color: #F066C3;
}
</style>
background-color css
<style>
a { background-color: #F066C3; }
a { background-color: rgb(240,102,195); }
div.DivClassName
{
background-color: #F066C3;
}
.BgClassName
{
background-color: #F066C3;
}
</style>
border-color css
<style>
span { border-color: #F066C3; }
span { border-color: rgb(240,102,195); }
td.TdClassName
{
border-color: #F066C3;
}
.TagClassName
{
border-color: #F066C3;
}
</style>