Shades of Neon Pink #F469C4
Tints of Neon Pink #F469C4
RGB
CMYK
RGB Variations
Color information
#F469C4 (or 0xF469C4) is known color: Neon Pink. HEX triplet: F4, 69 and C4. RGB value is (244,105,196). Sum of RGB (Red+Green+Blue) = 244+105+196=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F469C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469C4 is #0B963B. Grayscale: #9C9C9C. Windows color (decimal): -759356 or 12872180. OLE color: 12872180.
HSL color Cylindrical-coordinate representation of color #F469C4: hue angle of 320.72º 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 #F469C4 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 196 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.04 |
| HSL | 320.72º | 0.86% | 0.68% | - |
| HSV(B) | 320.72º | 0.57% | 0.96% | - |
| XYZ | 52.32 | 33.32 | 55.9 | - |
| YUV | 156.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 196 | 0 | 0.57 | 0.20 | 0.04 | 320.72 | 0.86 | 0.68 |
| Hex | F4 | 69 | C4 | 0 | 39 | 14 | 4 | 141 | 56 | 44 |
| Octal | 364 | 151 | 304 | 0 | 71 | 24 | 4 | 501 | 126 | 104 |
| Binary | 11110100 | 1101001 | 11000100 | 0 | 111001 | 10100 | 100 | 101000001 | 1010110 | 1000100 |
Color Harmonies of #F469C4
Complementary color
Monochromatic Colors of #F469C4
Black with #F469C4
Text Example
Text Example
White with #F469C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F469C4; }
p { color: rgb(244,105,196); }
H1.HeaderClassName
{
color: #F469C4;
}
.AnyTagClassName
{
color: #F469C4;
}
</style>
background-color css
<style>
a { background-color: #F469C4; }
a { background-color: rgb(244,105,196); }
div.DivClassName
{
background-color: #F469C4;
}
.BgClassName
{
background-color: #F469C4;
}
</style>
border-color css
<style>
span { border-color: #F469C4; }
span { border-color: rgb(244,105,196); }
td.TdClassName
{
border-color: #F469C4;
}
.TagClassName
{
border-color: #F469C4;
}
</style>