Shades of Neon Pink #F669C9
Tints of Neon Pink #F669C9
RGB
CMYK
RGB Variations
Color information
#F669C9 (or 0xF669C9) is known color: Neon Pink. HEX triplet: F6, 69 and C9. RGB value is (246,105,201). Sum of RGB (Red+Green+Blue) = 246+105+201=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F669C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669C9 is #099636. Grayscale: #9D9D9D. Windows color (decimal): -628279 or 13199862. OLE color: 13199862.
HSL color Cylindrical-coordinate representation of color #F669C9: hue angle of 319.15º 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 #F669C9 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 201 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.04 |
| HSL | 319.15º | 0.89% | 0.69% | - |
| HSV(B) | 319.15º | 0.57% | 0.96% | - |
| XYZ | 53.6 | 33.91 | 58.98 | - |
| YUV | 158.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 201 | 0 | 0.57 | 0.18 | 0.04 | 319.15 | 0.89 | 0.69 |
| Hex | F6 | 69 | C9 | 0 | 39 | 12 | 4 | 13F | 59 | 45 |
| Octal | 366 | 151 | 311 | 0 | 71 | 22 | 4 | 477 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11001001 | 0 | 111001 | 10010 | 100 | 100111111 | 1011001 | 1000101 |
Color Harmonies of #F669C9
Complementary color
Monochromatic Colors of #F669C9
Black with #F669C9
Text Example
Text Example
White with #F669C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669C9; }
p { color: rgb(246,105,201); }
H1.HeaderClassName
{
color: #F669C9;
}
.AnyTagClassName
{
color: #F669C9;
}
</style>
background-color css
<style>
a { background-color: #F669C9; }
a { background-color: rgb(246,105,201); }
div.DivClassName
{
background-color: #F669C9;
}
.BgClassName
{
background-color: #F669C9;
}
</style>
border-color css
<style>
span { border-color: #F669C9; }
span { border-color: rgb(246,105,201); }
td.TdClassName
{
border-color: #F669C9;
}
.TagClassName
{
border-color: #F669C9;
}
</style>