Shades of Neon Pink #F469D0
Tints of Neon Pink #F469D0
RGB
CMYK
RGB Variations
Color information
#F469D0 (or 0xF469D0) is known color: Neon Pink. HEX triplet: F4, 69 and D0. RGB value is (244,105,208). Sum of RGB (Red+Green+Blue) = 244+105+208=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F469D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469D0 is #0B962F. Grayscale: #9E9E9E. Windows color (decimal): -759344 or 13658612. OLE color: 13658612.
HSL color Cylindrical-coordinate representation of color #F469D0: hue angle of 315.54º 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 #F469D0 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 208 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.04 |
| HSL | 315.54º | 0.86% | 0.68% | - |
| HSV(B) | 315.54º | 0.57% | 0.96% | - |
| XYZ | 53.74 | 33.89 | 63.38 | - |
| YUV | 158.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 208 | 0 | 0.57 | 0.15 | 0.04 | 315.54 | 0.86 | 0.68 |
| Hex | F4 | 69 | D0 | 0 | 39 | F | 4 | 13C | 56 | 44 |
| Octal | 364 | 151 | 320 | 0 | 71 | 17 | 4 | 474 | 126 | 104 |
| Binary | 11110100 | 1101001 | 11010000 | 0 | 111001 | 1111 | 100 | 100111100 | 1010110 | 1000100 |
Color Harmonies of #F469D0
Complementary color
Monochromatic Colors of #F469D0
Black with #F469D0
Text Example
Text Example
White with #F469D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F469D0; }
p { color: rgb(244,105,208); }
H1.HeaderClassName
{
color: #F469D0;
}
.AnyTagClassName
{
color: #F469D0;
}
</style>
background-color css
<style>
a { background-color: #F469D0; }
a { background-color: rgb(244,105,208); }
div.DivClassName
{
background-color: #F469D0;
}
.BgClassName
{
background-color: #F469D0;
}
</style>
border-color css
<style>
span { border-color: #F469D0; }
span { border-color: rgb(244,105,208); }
td.TdClassName
{
border-color: #F469D0;
}
.TagClassName
{
border-color: #F469D0;
}
</style>