Shades of Neon Pink #F666BE
Tints of Neon Pink #F666BE
RGB
CMYK
RGB Variations
Color information
#F666BE (or 0xF666BE) is known color: Neon Pink. HEX triplet: F6, 66 and BE. RGB value is (246,102,190). Sum of RGB (Red+Green+Blue) = 246+102+190=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F666BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F666BE is #099941. Grayscale: #9A9A9A. Windows color (decimal): -629058 or 12478198. OLE color: 12478198.
HSL color Cylindrical-coordinate representation of color #F666BE: hue angle of 323.33º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F666BE is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 190 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.04 |
| HSL | 323.33º | 0.89% | 0.68% | - |
| HSV(B) | 323.33º | 0.59% | 0.96% | - |
| XYZ | 52.05 | 32.81 | 52.31 | - |
| YUV | 155.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 190 | 0 | 0.59 | 0.23 | 0.04 | 323.33 | 0.89 | 0.68 |
| Hex | F6 | 66 | BE | 0 | 3B | 17 | 4 | 143 | 59 | 44 |
| Octal | 366 | 146 | 276 | 0 | 73 | 27 | 4 | 503 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10111110 | 0 | 111011 | 10111 | 100 | 101000011 | 1011001 | 1000100 |
Color Harmonies of #F666BE
Complementary color
Monochromatic Colors of #F666BE
Black with #F666BE
Text Example
Text Example
White with #F666BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666BE; }
p { color: rgb(246,102,190); }
H1.HeaderClassName
{
color: #F666BE;
}
.AnyTagClassName
{
color: #F666BE;
}
</style>
background-color css
<style>
a { background-color: #F666BE; }
a { background-color: rgb(246,102,190); }
div.DivClassName
{
background-color: #F666BE;
}
.BgClassName
{
background-color: #F666BE;
}
</style>
border-color css
<style>
span { border-color: #F666BE; }
span { border-color: rgb(246,102,190); }
td.TdClassName
{
border-color: #F666BE;
}
.TagClassName
{
border-color: #F666BE;
}
</style>