Shades of Neon Pink #F669CC
Tints of Neon Pink #F669CC
RGB
CMYK
RGB Variations
Color information
#F669CC (or 0xF669CC) is known color: Neon Pink. HEX triplet: F6, 69 and CC. RGB value is (246,105,204). Sum of RGB (Red+Green+Blue) = 246+105+204=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F669CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669CC is #099633. Grayscale: #9E9E9E. Windows color (decimal): -628276 or 13396470. OLE color: 13396470.
HSL color Cylindrical-coordinate representation of color #F669CC: hue angle of 317.87º 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 #F669CC is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 204 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.04 |
| HSL | 317.87º | 0.89% | 0.69% | - |
| HSV(B) | 317.87º | 0.57% | 0.96% | - |
| XYZ | 53.96 | 34.06 | 60.86 | - |
| YUV | 158.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 204 | 0 | 0.57 | 0.17 | 0.04 | 317.87 | 0.89 | 0.69 |
| Hex | F6 | 69 | CC | 0 | 39 | 11 | 4 | 13E | 59 | 45 |
| Octal | 366 | 151 | 314 | 0 | 71 | 21 | 4 | 476 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11001100 | 0 | 111001 | 10001 | 100 | 100111110 | 1011001 | 1000101 |
Color Harmonies of #F669CC
Complementary color
Monochromatic Colors of #F669CC
Black with #F669CC
Text Example
Text Example
White with #F669CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669CC; }
p { color: rgb(246,105,204); }
H1.HeaderClassName
{
color: #F669CC;
}
.AnyTagClassName
{
color: #F669CC;
}
</style>
background-color css
<style>
a { background-color: #F669CC; }
a { background-color: rgb(246,105,204); }
div.DivClassName
{
background-color: #F669CC;
}
.BgClassName
{
background-color: #F669CC;
}
</style>
border-color css
<style>
span { border-color: #F669CC; }
span { border-color: rgb(246,105,204); }
td.TdClassName
{
border-color: #F669CC;
}
.TagClassName
{
border-color: #F669CC;
}
</style>