Shades of Neon Pink #F469C0
Tints of Neon Pink #F469C0
RGB
CMYK
RGB Variations
Color information
#F469C0 (or 0xF469C0) is known color: Neon Pink. HEX triplet: F4, 69 and C0. RGB value is (244,105,192). Sum of RGB (Red+Green+Blue) = 244+105+192=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F469C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469C0 is #0B963F. Grayscale: #9C9C9C. Windows color (decimal): -759360 or 12610036. OLE color: 12610036.
HSL color Cylindrical-coordinate representation of color #F469C0: hue angle of 322.45º 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 #F469C0 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 192 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.04 |
| HSL | 322.45º | 0.86% | 0.68% | - |
| HSV(B) | 322.45º | 0.57% | 0.96% | - |
| XYZ | 51.87 | 33.14 | 53.53 | - |
| YUV | 156.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 192 | 0 | 0.57 | 0.21 | 0.04 | 322.45 | 0.86 | 0.68 |
| Hex | F4 | 69 | C0 | 0 | 39 | 15 | 4 | 142 | 56 | 44 |
| Octal | 364 | 151 | 300 | 0 | 71 | 25 | 4 | 502 | 126 | 104 |
| Binary | 11110100 | 1101001 | 11000000 | 0 | 111001 | 10101 | 100 | 101000010 | 1010110 | 1000100 |
Color Harmonies of #F469C0
Complementary color
Monochromatic Colors of #F469C0
Black with #F469C0
Text Example
Text Example
White with #F469C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F469C0; }
p { color: rgb(244,105,192); }
H1.HeaderClassName
{
color: #F469C0;
}
.AnyTagClassName
{
color: #F469C0;
}
</style>
background-color css
<style>
a { background-color: #F469C0; }
a { background-color: rgb(244,105,192); }
div.DivClassName
{
background-color: #F469C0;
}
.BgClassName
{
background-color: #F469C0;
}
</style>
border-color css
<style>
span { border-color: #F469C0; }
span { border-color: rgb(244,105,192); }
td.TdClassName
{
border-color: #F469C0;
}
.TagClassName
{
border-color: #F469C0;
}
</style>