Shades of Neon Pink #F475D1
Tints of Neon Pink #F475D1
RGB
CMYK
RGB Variations
Color information
#F475D1 (or 0xF475D1) is known color: Neon Pink. HEX triplet: F4, 75 and D1. RGB value is (244,117,209). Sum of RGB (Red+Green+Blue) = 244+117+209=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F475D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F475D1 is #0B8A2E. Grayscale: #A5A5A5. Windows color (decimal): -756271 or 13727220. OLE color: 13727220.
HSL color Cylindrical-coordinate representation of color #F475D1: hue angle of 316.54º 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 #F475D1 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 209 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.04 |
| HSL | 316.54º | 0.85% | 0.71% | - |
| HSV(B) | 316.54º | 0.52% | 0.96% | - |
| XYZ | 55.18 | 36.56 | 64.47 | - |
| YUV | 165.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 209 | 0 | 0.52 | 0.14 | 0.04 | 316.54 | 0.85 | 0.71 |
| Hex | F4 | 75 | D1 | 0 | 34 | E | 4 | 13D | 55 | 47 |
| Octal | 364 | 165 | 321 | 0 | 64 | 16 | 4 | 475 | 125 | 107 |
| Binary | 11110100 | 1110101 | 11010001 | 0 | 110100 | 1110 | 100 | 100111101 | 1010101 | 1000111 |
Color Harmonies of #F475D1
Complementary color
Monochromatic Colors of #F475D1
Black with #F475D1
Text Example
Text Example
White with #F475D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F475D1; }
p { color: rgb(244,117,209); }
H1.HeaderClassName
{
color: #F475D1;
}
.AnyTagClassName
{
color: #F475D1;
}
</style>
background-color css
<style>
a { background-color: #F475D1; }
a { background-color: rgb(244,117,209); }
div.DivClassName
{
background-color: #F475D1;
}
.BgClassName
{
background-color: #F475D1;
}
</style>
border-color css
<style>
span { border-color: #F475D1; }
span { border-color: rgb(244,117,209); }
td.TdClassName
{
border-color: #F475D1;
}
.TagClassName
{
border-color: #F475D1;
}
</style>