Shades of Neon Pink #F066BE
Tints of Neon Pink #F066BE
RGB
CMYK
RGB Variations
Color information
#F066BE (or 0xF066BE) is known color: Neon Pink. HEX triplet: F0, 66 and BE. RGB value is (240,102,190). Sum of RGB (Red+Green+Blue) = 240+102+190=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F066BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066BE is #0F9941. Grayscale: #999999. Windows color (decimal): -1022274 or 12478192. OLE color: 12478192.
HSL color Cylindrical-coordinate representation of color #F066BE: hue angle of 321.74º 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 #F066BE is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 190 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.06 |
| HSL | 321.74º | 0.82% | 0.67% | - |
| HSV(B) | 321.74º | 0.58% | 0.94% | - |
| XYZ | 49.98 | 31.75 | 52.21 | - |
| YUV | 153.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 190 | 0 | 0.58 | 0.21 | 0.06 | 321.74 | 0.82 | 0.67 |
| Hex | F0 | 66 | BE | 0 | 3A | 15 | 6 | 142 | 52 | 43 |
| Octal | 360 | 146 | 276 | 0 | 72 | 25 | 6 | 502 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10111110 | 0 | 111010 | 10101 | 110 | 101000010 | 1010010 | 1000011 |
Color Harmonies of #F066BE
Complementary color
Monochromatic Colors of #F066BE
Black with #F066BE
Text Example
Text Example
White with #F066BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066BE; }
p { color: rgb(240,102,190); }
H1.HeaderClassName
{
color: #F066BE;
}
.AnyTagClassName
{
color: #F066BE;
}
</style>
background-color css
<style>
a { background-color: #F066BE; }
a { background-color: rgb(240,102,190); }
div.DivClassName
{
background-color: #F066BE;
}
.BgClassName
{
background-color: #F066BE;
}
</style>
border-color css
<style>
span { border-color: #F066BE; }
span { border-color: rgb(240,102,190); }
td.TdClassName
{
border-color: #F066BE;
}
.TagClassName
{
border-color: #F066BE;
}
</style>