Shades of Neon Pink #F476D1
Tints of Neon Pink #F476D1
RGB
CMYK
RGB Variations
Color information
#F476D1 (or 0xF476D1) is known color: Neon Pink. HEX triplet: F4, 76 and D1. RGB value is (244,118,209). Sum of RGB (Red+Green+Blue) = 244+118+209=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F476D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476D1 is #0B892E. Grayscale: #A5A5A5. Windows color (decimal): -756015 or 13727476. OLE color: 13727476.
HSL color Cylindrical-coordinate representation of color #F476D1: hue angle of 316.67º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F476D1 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 209 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.04 |
| HSL | 316.67º | 0.85% | 0.71% | - |
| HSV(B) | 316.67º | 0.52% | 0.96% | - |
| XYZ | 55.3 | 36.79 | 64.51 | - |
| YUV | 166.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 209 | 0 | 0.52 | 0.14 | 0.04 | 316.67 | 0.85 | 0.71 |
| Hex | F4 | 76 | D1 | 0 | 34 | E | 4 | 13D | 55 | 47 |
| Octal | 364 | 166 | 321 | 0 | 64 | 16 | 4 | 475 | 125 | 107 |
| Binary | 11110100 | 1110110 | 11010001 | 0 | 110100 | 1110 | 100 | 100111101 | 1010101 | 1000111 |
Color Harmonies of #F476D1
Complementary color
Monochromatic Colors of #F476D1
Black with #F476D1
Text Example
Text Example
White with #F476D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F476D1; }
p { color: rgb(244,118,209); }
H1.HeaderClassName
{
color: #F476D1;
}
.AnyTagClassName
{
color: #F476D1;
}
</style>
background-color css
<style>
a { background-color: #F476D1; }
a { background-color: rgb(244,118,209); }
div.DivClassName
{
background-color: #F476D1;
}
.BgClassName
{
background-color: #F476D1;
}
</style>
border-color css
<style>
span { border-color: #F476D1; }
span { border-color: rgb(244,118,209); }
td.TdClassName
{
border-color: #F476D1;
}
.TagClassName
{
border-color: #F476D1;
}
</style>