Shades of Neon Pink #F47AD3
Tints of Neon Pink #F47AD3
RGB
CMYK
RGB Variations
Color information
#F47AD3 (or 0xF47AD3) is known color: Neon Pink. HEX triplet: F4, 7A and D3. RGB value is (244,122,211). Sum of RGB (Red+Green+Blue) = 244+122+211=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AD3 is #0B852C. Grayscale: #A8A8A8. Windows color (decimal): -754989 or 13859572. OLE color: 13859572.
HSL color Cylindrical-coordinate representation of color #F47AD3: hue angle of 316.23º 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 #F47AD3 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 211 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.04 |
| HSL | 316.23º | 0.85% | 0.72% | - |
| HSV(B) | 316.23º | 0.5% | 0.96% | - |
| XYZ | 56.03 | 37.86 | 65.98 | - |
| YUV | 168.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 211 | 0 | 0.5 | 0.14 | 0.04 | 316.23 | 0.85 | 0.72 |
| Hex | F4 | 7A | D3 | 0 | 32 | E | 4 | 13C | 55 | 48 |
| Octal | 364 | 172 | 323 | 0 | 62 | 16 | 4 | 474 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11010011 | 0 | 110010 | 1110 | 100 | 100111100 | 1010101 | 1001000 |
Color Harmonies of #F47AD3
Complementary color
Monochromatic Colors of #F47AD3
Black with #F47AD3
Text Example
Text Example
White with #F47AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47AD3; }
p { color: rgb(244,122,211); }
H1.HeaderClassName
{
color: #F47AD3;
}
.AnyTagClassName
{
color: #F47AD3;
}
</style>
background-color css
<style>
a { background-color: #F47AD3; }
a { background-color: rgb(244,122,211); }
div.DivClassName
{
background-color: #F47AD3;
}
.BgClassName
{
background-color: #F47AD3;
}
</style>
border-color css
<style>
span { border-color: #F47AD3; }
span { border-color: rgb(244,122,211); }
td.TdClassName
{
border-color: #F47AD3;
}
.TagClassName
{
border-color: #F47AD3;
}
</style>