Shades of Neon Pink #F469D2
Tints of Neon Pink #F469D2
RGB
CMYK
RGB Variations
Color information
#F469D2 (or 0xF469D2) is known color: Neon Pink. HEX triplet: F4, 69 and D2. RGB value is (244,105,210). Sum of RGB (Red+Green+Blue) = 244+105+210=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F469D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469D2 is #0B962D. Grayscale: #9E9E9E. Windows color (decimal): -759342 or 13789684. OLE color: 13789684.
HSL color Cylindrical-coordinate representation of color #F469D2: hue angle of 314.68º 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 #F469D2 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 210 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.04 |
| HSL | 314.68º | 0.86% | 0.68% | - |
| HSV(B) | 314.68º | 0.57% | 0.96% | - |
| XYZ | 53.99 | 33.99 | 64.69 | - |
| YUV | 158.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 210 | 0 | 0.57 | 0.14 | 0.04 | 314.68 | 0.86 | 0.68 |
| Hex | F4 | 69 | D2 | 0 | 39 | E | 4 | 13B | 56 | 44 |
| Octal | 364 | 151 | 322 | 0 | 71 | 16 | 4 | 473 | 126 | 104 |
| Binary | 11110100 | 1101001 | 11010010 | 0 | 111001 | 1110 | 100 | 100111011 | 1010110 | 1000100 |
Color Harmonies of #F469D2
Complementary color
Monochromatic Colors of #F469D2
Black with #F469D2
Text Example
Text Example
White with #F469D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F469D2; }
p { color: rgb(244,105,210); }
H1.HeaderClassName
{
color: #F469D2;
}
.AnyTagClassName
{
color: #F469D2;
}
</style>
background-color css
<style>
a { background-color: #F469D2; }
a { background-color: rgb(244,105,210); }
div.DivClassName
{
background-color: #F469D2;
}
.BgClassName
{
background-color: #F469D2;
}
</style>
border-color css
<style>
span { border-color: #F469D2; }
span { border-color: rgb(244,105,210); }
td.TdClassName
{
border-color: #F469D2;
}
.TagClassName
{
border-color: #F469D2;
}
</style>