Shades of Neon Pink #F571D7
Tints of Neon Pink #F571D7
RGB
CMYK
RGB Variations
Color information
#F571D7 (or 0xF571D7) is known color: Neon Pink. HEX triplet: F5, 71 and D7. RGB value is (245,113,215). Sum of RGB (Red+Green+Blue) = 245+113+215=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F571D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571D7 is #0A8E28. Grayscale: #A3A3A3. Windows color (decimal): -691753 or 14119413. OLE color: 14119413.
HSL color Cylindrical-coordinate representation of color #F571D7: hue angle of 313.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571D7 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 215 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.04 |
| HSL | 313.64º | 0.87% | 0.7% | - |
| HSV(B) | 313.64º | 0.54% | 0.96% | - |
| XYZ | 55.83 | 36.13 | 68.32 | - |
| YUV | 164.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 215 | 0 | 0.54 | 0.12 | 0.04 | 313.64 | 0.87 | 0.7 |
| Hex | F5 | 71 | D7 | 0 | 36 | C | 4 | 13A | 57 | 46 |
| Octal | 365 | 161 | 327 | 0 | 66 | 14 | 4 | 472 | 127 | 106 |
| Binary | 11110101 | 1110001 | 11010111 | 0 | 110110 | 1100 | 100 | 100111010 | 1010111 | 1000110 |
Color Harmonies of #F571D7
Complementary color
Monochromatic Colors of #F571D7
Black with #F571D7
Text Example
Text Example
White with #F571D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571D7; }
p { color: rgb(245,113,215); }
H1.HeaderClassName
{
color: #F571D7;
}
.AnyTagClassName
{
color: #F571D7;
}
</style>
background-color css
<style>
a { background-color: #F571D7; }
a { background-color: rgb(245,113,215); }
div.DivClassName
{
background-color: #F571D7;
}
.BgClassName
{
background-color: #F571D7;
}
</style>
border-color css
<style>
span { border-color: #F571D7; }
span { border-color: rgb(245,113,215); }
td.TdClassName
{
border-color: #F571D7;
}
.TagClassName
{
border-color: #F571D7;
}
</style>