Shades of Neon Pink #F669D3
Tints of Neon Pink #F669D3
RGB
CMYK
RGB Variations
Color information
#F669D3 (or 0xF669D3) is known color: Neon Pink. HEX triplet: F6, 69 and D3. RGB value is (246,105,211). Sum of RGB (Red+Green+Blue) = 246+105+211=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 105 (41.41% from 255 or 18.68% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F669D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669D3 is #09962C. Grayscale: #9E9E9E. Windows color (decimal): -628269 or 13855222. OLE color: 13855222.
HSL color Cylindrical-coordinate representation of color #F669D3: hue angle of 314.89º 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 #F669D3 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 211 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.04 |
| HSL | 314.89º | 0.89% | 0.69% | - |
| HSV(B) | 314.89º | 0.57% | 0.96% | - |
| XYZ | 54.82 | 34.4 | 65.38 | - |
| YUV | 159.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 211 | 0 | 0.57 | 0.14 | 0.04 | 314.89 | 0.89 | 0.69 |
| Hex | F6 | 69 | D3 | 0 | 39 | E | 4 | 13B | 59 | 45 |
| Octal | 366 | 151 | 323 | 0 | 71 | 16 | 4 | 473 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11010011 | 0 | 111001 | 1110 | 100 | 100111011 | 1011001 | 1000101 |
Color Harmonies of #F669D3
Complementary color
Monochromatic Colors of #F669D3
Black with #F669D3
Text Example
Text Example
White with #F669D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669D3; }
p { color: rgb(246,105,211); }
H1.HeaderClassName
{
color: #F669D3;
}
.AnyTagClassName
{
color: #F669D3;
}
</style>
background-color css
<style>
a { background-color: #F669D3; }
a { background-color: rgb(246,105,211); }
div.DivClassName
{
background-color: #F669D3;
}
.BgClassName
{
background-color: #F669D3;
}
</style>
border-color css
<style>
span { border-color: #F669D3; }
span { border-color: rgb(246,105,211); }
td.TdClassName
{
border-color: #F669D3;
}
.TagClassName
{
border-color: #F669D3;
}
</style>