Shades of Neon Pink #F669CE
Tints of Neon Pink #F669CE
RGB
CMYK
RGB Variations
Color information
#F669CE (or 0xF669CE) is known color: Neon Pink. HEX triplet: F6, 69 and CE. RGB value is (246,105,206). Sum of RGB (Red+Green+Blue) = 246+105+206=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F669CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669CE is #099631. Grayscale: #9E9E9E. Windows color (decimal): -628274 or 13527542. OLE color: 13527542.
HSL color Cylindrical-coordinate representation of color #F669CE: hue angle of 317.02º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669CE is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 206 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.04 |
| HSL | 317.02º | 0.89% | 0.69% | - |
| HSV(B) | 317.02º | 0.57% | 0.96% | - |
| XYZ | 54.2 | 34.15 | 62.13 | - |
| YUV | 158.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 206 | 0 | 0.57 | 0.16 | 0.04 | 317.02 | 0.89 | 0.69 |
| Hex | F6 | 69 | CE | 0 | 39 | 10 | 4 | 13D | 59 | 45 |
| Octal | 366 | 151 | 316 | 0 | 71 | 20 | 4 | 475 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11001110 | 0 | 111001 | 10000 | 100 | 100111101 | 1011001 | 1000101 |
Color Harmonies of #F669CE
Complementary color
Monochromatic Colors of #F669CE
Black with #F669CE
Text Example
Text Example
White with #F669CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669CE; }
p { color: rgb(246,105,206); }
H1.HeaderClassName
{
color: #F669CE;
}
.AnyTagClassName
{
color: #F669CE;
}
</style>
background-color css
<style>
a { background-color: #F669CE; }
a { background-color: rgb(246,105,206); }
div.DivClassName
{
background-color: #F669CE;
}
.BgClassName
{
background-color: #F669CE;
}
</style>
border-color css
<style>
span { border-color: #F669CE; }
span { border-color: rgb(246,105,206); }
td.TdClassName
{
border-color: #F669CE;
}
.TagClassName
{
border-color: #F669CE;
}
</style>