Shades of Neon Pink #F668CE
Tints of Neon Pink #F668CE
RGB
CMYK
RGB Variations
Color information
#F668CE (or 0xF668CE) is known color: Neon Pink. HEX triplet: F6, 68 and CE. RGB value is (246,104,206). Sum of RGB (Red+Green+Blue) = 246+104+206=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F668CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668CE is #099731. Grayscale: #9D9D9D. Windows color (decimal): -628530 or 13527286. OLE color: 13527286.
HSL color Cylindrical-coordinate representation of color #F668CE: hue angle of 316.9º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668CE is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 206 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.04 |
| HSL | 316.9º | 0.89% | 0.69% | - |
| HSV(B) | 316.9º | 0.58% | 0.96% | - |
| XYZ | 54.1 | 33.95 | 62.09 | - |
| YUV | 158.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 206 | 0 | 0.58 | 0.16 | 0.04 | 316.9 | 0.89 | 0.69 |
| Hex | F6 | 68 | CE | 0 | 3A | 10 | 4 | 13D | 59 | 45 |
| Octal | 366 | 150 | 316 | 0 | 72 | 20 | 4 | 475 | 131 | 105 |
| Binary | 11110110 | 1101000 | 11001110 | 0 | 111010 | 10000 | 100 | 100111101 | 1011001 | 1000101 |
Color Harmonies of #F668CE
Complementary color
Monochromatic Colors of #F668CE
Black with #F668CE
Text Example
Text Example
White with #F668CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668CE; }
p { color: rgb(246,104,206); }
H1.HeaderClassName
{
color: #F668CE;
}
.AnyTagClassName
{
color: #F668CE;
}
</style>
background-color css
<style>
a { background-color: #F668CE; }
a { background-color: rgb(246,104,206); }
div.DivClassName
{
background-color: #F668CE;
}
.BgClassName
{
background-color: #F668CE;
}
</style>
border-color css
<style>
span { border-color: #F668CE; }
span { border-color: rgb(246,104,206); }
td.TdClassName
{
border-color: #F668CE;
}
.TagClassName
{
border-color: #F668CE;
}
</style>