Shades of Neon Pink #F066C9
Tints of Neon Pink #F066C9
RGB
CMYK
RGB Variations
Color information
#F066C9 (or 0xF066C9) is known color: Neon Pink. HEX triplet: F0, 66 and C9. RGB value is (240,102,201). Sum of RGB (Red+Green+Blue) = 240+102+201=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F066C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066C9 is #0F9936. Grayscale: #9A9A9A. Windows color (decimal): -1022263 or 13199088. OLE color: 13199088.
HSL color Cylindrical-coordinate representation of color #F066C9: hue angle of 316.96º 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 #F066C9 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 201 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.06 |
| HSL | 316.96º | 0.82% | 0.67% | - |
| HSV(B) | 316.96º | 0.58% | 0.94% | - |
| XYZ | 51.23 | 32.25 | 58.78 | - |
| YUV | 154.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 201 | 0 | 0.58 | 0.16 | 0.06 | 316.96 | 0.82 | 0.67 |
| Hex | F0 | 66 | C9 | 0 | 3A | 10 | 6 | 13D | 52 | 43 |
| Octal | 360 | 146 | 311 | 0 | 72 | 20 | 6 | 475 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11001001 | 0 | 111010 | 10000 | 110 | 100111101 | 1010010 | 1000011 |
Color Harmonies of #F066C9
Complementary color
Monochromatic Colors of #F066C9
Black with #F066C9
Text Example
Text Example
White with #F066C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066C9; }
p { color: rgb(240,102,201); }
H1.HeaderClassName
{
color: #F066C9;
}
.AnyTagClassName
{
color: #F066C9;
}
</style>
background-color css
<style>
a { background-color: #F066C9; }
a { background-color: rgb(240,102,201); }
div.DivClassName
{
background-color: #F066C9;
}
.BgClassName
{
background-color: #F066C9;
}
</style>
border-color css
<style>
span { border-color: #F066C9; }
span { border-color: rgb(240,102,201); }
td.TdClassName
{
border-color: #F066C9;
}
.TagClassName
{
border-color: #F066C9;
}
</style>