Shades of Neon Pink #F47ACE
Tints of Neon Pink #F47ACE
RGB
CMYK
RGB Variations
Color information
#F47ACE (or 0xF47ACE) is known color: Neon Pink. HEX triplet: F4, 7A and CE. RGB value is (244,122,206). Sum of RGB (Red+Green+Blue) = 244+122+206=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ACE is #0B8531. Grayscale: #A7A7A7. Windows color (decimal): -754994 or 13531892. OLE color: 13531892.
HSL color Cylindrical-coordinate representation of color #F47ACE: hue angle of 318.69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47ACE is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 206 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.04 |
| HSL | 318.69º | 0.85% | 0.72% | - |
| HSV(B) | 318.69º | 0.5% | 0.96% | - |
| XYZ | 55.41 | 37.61 | 62.73 | - |
| YUV | 168.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 206 | 0 | 0.5 | 0.16 | 0.04 | 318.69 | 0.85 | 0.72 |
| Hex | F4 | 7A | CE | 0 | 32 | 10 | 4 | 13F | 55 | 48 |
| Octal | 364 | 172 | 316 | 0 | 62 | 20 | 4 | 477 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11001110 | 0 | 110010 | 10000 | 100 | 100111111 | 1010101 | 1001000 |
Color Harmonies of #F47ACE
Complementary color
Monochromatic Colors of #F47ACE
Black with #F47ACE
Text Example
Text Example
White with #F47ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47ACE; }
p { color: rgb(244,122,206); }
H1.HeaderClassName
{
color: #F47ACE;
}
.AnyTagClassName
{
color: #F47ACE;
}
</style>
background-color css
<style>
a { background-color: #F47ACE; }
a { background-color: rgb(244,122,206); }
div.DivClassName
{
background-color: #F47ACE;
}
.BgClassName
{
background-color: #F47ACE;
}
</style>
border-color css
<style>
span { border-color: #F47ACE; }
span { border-color: rgb(244,122,206); }
td.TdClassName
{
border-color: #F47ACE;
}
.TagClassName
{
border-color: #F47ACE;
}
</style>