Shades of Neon Pink #F066CF
Tints of Neon Pink #F066CF
RGB
CMYK
RGB Variations
Color information
#F066CF (or 0xF066CF) is known color: Neon Pink. HEX triplet: F0, 66 and CF. RGB value is (240,102,207). Sum of RGB (Red+Green+Blue) = 240+102+207=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F066CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066CF is #0F9930. Grayscale: #9A9A9A. Windows color (decimal): -1022257 or 13592304. OLE color: 13592304.
HSL color Cylindrical-coordinate representation of color #F066CF: hue angle of 314.35º 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 #F066CF is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 207 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.06 |
| HSL | 314.35º | 0.82% | 0.67% | - |
| HSV(B) | 314.35º | 0.58% | 0.94% | - |
| XYZ | 51.95 | 32.53 | 62.57 | - |
| YUV | 155.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 207 | 0 | 0.58 | 0.14 | 0.06 | 314.35 | 0.82 | 0.67 |
| Hex | F0 | 66 | CF | 0 | 3A | E | 6 | 13A | 52 | 43 |
| Octal | 360 | 146 | 317 | 0 | 72 | 16 | 6 | 472 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11001111 | 0 | 111010 | 1110 | 110 | 100111010 | 1010010 | 1000011 |
Color Harmonies of #F066CF
Complementary color
Monochromatic Colors of #F066CF
Black with #F066CF
Text Example
Text Example
White with #F066CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066CF; }
p { color: rgb(240,102,207); }
H1.HeaderClassName
{
color: #F066CF;
}
.AnyTagClassName
{
color: #F066CF;
}
</style>
background-color css
<style>
a { background-color: #F066CF; }
a { background-color: rgb(240,102,207); }
div.DivClassName
{
background-color: #F066CF;
}
.BgClassName
{
background-color: #F066CF;
}
</style>
border-color css
<style>
span { border-color: #F066CF; }
span { border-color: rgb(240,102,207); }
td.TdClassName
{
border-color: #F066CF;
}
.TagClassName
{
border-color: #F066CF;
}
</style>