Shades of Neon Pink #F46ACB
Tints of Neon Pink #F46ACB
RGB
CMYK
RGB Variations
Color information
#F46ACB (or 0xF46ACB) is known color: Neon Pink. HEX triplet: F4, 6A and CB. RGB value is (244,106,203). Sum of RGB (Red+Green+Blue) = 244+106+203=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F46ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46ACB is #0B9534. Grayscale: #9E9E9E. Windows color (decimal): -759093 or 13331188. OLE color: 13331188.
HSL color Cylindrical-coordinate representation of color #F46ACB: hue angle of 317.83º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F46ACB is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 106 | 203 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.04 |
| HSL | 317.83º | 0.86% | 0.69% | - |
| HSV(B) | 317.83º | 0.57% | 0.96% | - |
| XYZ | 53.24 | 33.85 | 60.23 | - |
| YUV | 158.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 106 | 203 | 0 | 0.57 | 0.17 | 0.04 | 317.83 | 0.86 | 0.69 |
| Hex | F4 | 6A | CB | 0 | 39 | 11 | 4 | 13E | 56 | 45 |
| Octal | 364 | 152 | 313 | 0 | 71 | 21 | 4 | 476 | 126 | 105 |
| Binary | 11110100 | 1101010 | 11001011 | 0 | 111001 | 10001 | 100 | 100111110 | 1010110 | 1000101 |
Color Harmonies of #F46ACB
Complementary color
Monochromatic Colors of #F46ACB
Black with #F46ACB
Text Example
Text Example
White with #F46ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46ACB; }
p { color: rgb(244,106,203); }
H1.HeaderClassName
{
color: #F46ACB;
}
.AnyTagClassName
{
color: #F46ACB;
}
</style>
background-color css
<style>
a { background-color: #F46ACB; }
a { background-color: rgb(244,106,203); }
div.DivClassName
{
background-color: #F46ACB;
}
.BgClassName
{
background-color: #F46ACB;
}
</style>
border-color css
<style>
span { border-color: #F46ACB; }
span { border-color: rgb(244,106,203); }
td.TdClassName
{
border-color: #F46ACB;
}
.TagClassName
{
border-color: #F46ACB;
}
</style>