Shades of Neon Pink #F469CE
Tints of Neon Pink #F469CE
RGB
CMYK
RGB Variations
Color information
#F469CE (or 0xF469CE) is known color: Neon Pink. HEX triplet: F4, 69 and CE. RGB value is (244,105,206). Sum of RGB (Red+Green+Blue) = 244+105+206=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F469CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469CE is #0B9631. Grayscale: #9D9D9D. Windows color (decimal): -759346 or 13527540. OLE color: 13527540.
HSL color Cylindrical-coordinate representation of color #F469CE: hue angle of 316.4º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F469CE is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 206 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.04 |
| HSL | 316.4º | 0.86% | 0.68% | - |
| HSV(B) | 316.4º | 0.57% | 0.96% | - |
| XYZ | 53.5 | 33.79 | 62.1 | - |
| YUV | 158.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 206 | 0 | 0.57 | 0.16 | 0.04 | 316.4 | 0.86 | 0.68 |
| Hex | F4 | 69 | CE | 0 | 39 | 10 | 4 | 13C | 56 | 44 |
| Octal | 364 | 151 | 316 | 0 | 71 | 20 | 4 | 474 | 126 | 104 |
| Binary | 11110100 | 1101001 | 11001110 | 0 | 111001 | 10000 | 100 | 100111100 | 1010110 | 1000100 |
Color Harmonies of #F469CE
Complementary color
Monochromatic Colors of #F469CE
Black with #F469CE
Text Example
Text Example
White with #F469CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F469CE; }
p { color: rgb(244,105,206); }
H1.HeaderClassName
{
color: #F469CE;
}
.AnyTagClassName
{
color: #F469CE;
}
</style>
background-color css
<style>
a { background-color: #F469CE; }
a { background-color: rgb(244,105,206); }
div.DivClassName
{
background-color: #F469CE;
}
.BgClassName
{
background-color: #F469CE;
}
</style>
border-color css
<style>
span { border-color: #F469CE; }
span { border-color: rgb(244,105,206); }
td.TdClassName
{
border-color: #F469CE;
}
.TagClassName
{
border-color: #F469CE;
}
</style>