Shades of Neon Pink #F46DC2
Tints of Neon Pink #F46DC2
RGB
CMYK
RGB Variations
Color information
#F46DC2 (or 0xF46DC2) is known color: Neon Pink. HEX triplet: F4, 6D and C2. RGB value is (244,109,194). Sum of RGB (Red+Green+Blue) = 244+109+194=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F46DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46DC2 is #0B923D. Grayscale: #9E9E9E. Windows color (decimal): -758334 or 12742132. OLE color: 12742132.
HSL color Cylindrical-coordinate representation of color #F46DC2: hue angle of 322.22º 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 #F46DC2 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 194 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.04 |
| HSL | 322.22º | 0.86% | 0.69% | - |
| HSV(B) | 322.22º | 0.55% | 0.96% | - |
| XYZ | 52.51 | 34.07 | 54.85 | - |
| YUV | 159.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 194 | 0 | 0.55 | 0.20 | 0.04 | 322.22 | 0.86 | 0.69 |
| Hex | F4 | 6D | C2 | 0 | 37 | 14 | 4 | 142 | 56 | 45 |
| Octal | 364 | 155 | 302 | 0 | 67 | 24 | 4 | 502 | 126 | 105 |
| Binary | 11110100 | 1101101 | 11000010 | 0 | 110111 | 10100 | 100 | 101000010 | 1010110 | 1000101 |
Color Harmonies of #F46DC2
Complementary color
Monochromatic Colors of #F46DC2
Black with #F46DC2
Text Example
Text Example
White with #F46DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46DC2; }
p { color: rgb(244,109,194); }
H1.HeaderClassName
{
color: #F46DC2;
}
.AnyTagClassName
{
color: #F46DC2;
}
</style>
background-color css
<style>
a { background-color: #F46DC2; }
a { background-color: rgb(244,109,194); }
div.DivClassName
{
background-color: #F46DC2;
}
.BgClassName
{
background-color: #F46DC2;
}
</style>
border-color css
<style>
span { border-color: #F46DC2; }
span { border-color: rgb(244,109,194); }
td.TdClassName
{
border-color: #F46DC2;
}
.TagClassName
{
border-color: #F46DC2;
}
</style>