Shades of Neon Pink #F669C2
Tints of Neon Pink #F669C2
RGB
CMYK
RGB Variations
Color information
#F669C2 (or 0xF669C2) is known color: Neon Pink. HEX triplet: F6, 69 and C2. RGB value is (246,105,194). Sum of RGB (Red+Green+Blue) = 246+105+194=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F669C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669C2 is #09963D. Grayscale: #9D9D9D. Windows color (decimal): -628286 or 12741110. OLE color: 12741110.
HSL color Cylindrical-coordinate representation of color #F669C2: hue angle of 322.13º 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 #F669C2 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 194 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.04 |
| HSL | 322.13º | 0.89% | 0.69% | - |
| HSV(B) | 322.13º | 0.57% | 0.96% | - |
| XYZ | 52.8 | 33.59 | 54.74 | - |
| YUV | 157.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 194 | 0 | 0.57 | 0.21 | 0.04 | 322.13 | 0.89 | 0.69 |
| Hex | F6 | 69 | C2 | 0 | 39 | 15 | 4 | 142 | 59 | 45 |
| Octal | 366 | 151 | 302 | 0 | 71 | 25 | 4 | 502 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11000010 | 0 | 111001 | 10101 | 100 | 101000010 | 1011001 | 1000101 |
Color Harmonies of #F669C2
Complementary color
Monochromatic Colors of #F669C2
Black with #F669C2
Text Example
Text Example
White with #F669C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669C2; }
p { color: rgb(246,105,194); }
H1.HeaderClassName
{
color: #F669C2;
}
.AnyTagClassName
{
color: #F669C2;
}
</style>
background-color css
<style>
a { background-color: #F669C2; }
a { background-color: rgb(246,105,194); }
div.DivClassName
{
background-color: #F669C2;
}
.BgClassName
{
background-color: #F669C2;
}
</style>
border-color css
<style>
span { border-color: #F669C2; }
span { border-color: rgb(246,105,194); }
td.TdClassName
{
border-color: #F669C2;
}
.TagClassName
{
border-color: #F669C2;
}
</style>