Shades of Neon Pink #F46DC0
Tints of Neon Pink #F46DC0
RGB
CMYK
RGB Variations
Color information
#F46DC0 (or 0xF46DC0) is known color: Neon Pink. HEX triplet: F4, 6D and C0. RGB value is (244,109,192). Sum of RGB (Red+Green+Blue) = 244+109+192=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F46DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46DC0 is #0B923F. Grayscale: #9E9E9E. Windows color (decimal): -758336 or 12611060. OLE color: 12611060.
HSL color Cylindrical-coordinate representation of color #F46DC0: hue angle of 323.11º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46DC0 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 192 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.04 |
| HSL | 323.11º | 0.86% | 0.69% | - |
| HSV(B) | 323.11º | 0.55% | 0.96% | - |
| XYZ | 52.29 | 33.98 | 53.67 | - |
| YUV | 158.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 192 | 0 | 0.55 | 0.21 | 0.04 | 323.11 | 0.86 | 0.69 |
| Hex | F4 | 6D | C0 | 0 | 37 | 15 | 4 | 143 | 56 | 45 |
| Octal | 364 | 155 | 300 | 0 | 67 | 25 | 4 | 503 | 126 | 105 |
| Binary | 11110100 | 1101101 | 11000000 | 0 | 110111 | 10101 | 100 | 101000011 | 1010110 | 1000101 |
Color Harmonies of #F46DC0
Complementary color
Monochromatic Colors of #F46DC0
Black with #F46DC0
Text Example
Text Example
White with #F46DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46DC0; }
p { color: rgb(244,109,192); }
H1.HeaderClassName
{
color: #F46DC0;
}
.AnyTagClassName
{
color: #F46DC0;
}
</style>
background-color css
<style>
a { background-color: #F46DC0; }
a { background-color: rgb(244,109,192); }
div.DivClassName
{
background-color: #F46DC0;
}
.BgClassName
{
background-color: #F46DC0;
}
</style>
border-color css
<style>
span { border-color: #F46DC0; }
span { border-color: rgb(244,109,192); }
td.TdClassName
{
border-color: #F46DC0;
}
.TagClassName
{
border-color: #F46DC0;
}
</style>