Shades of Neon Pink #F571D4
Tints of Neon Pink #F571D4
RGB
CMYK
RGB Variations
Color information
#F571D4 (or 0xF571D4) is known color: Neon Pink. HEX triplet: F5, 71 and D4. RGB value is (245,113,212). Sum of RGB (Red+Green+Blue) = 245+113+212=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F571D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571D4 is #0A8E2B. Grayscale: #A3A3A3. Windows color (decimal): -691756 or 13922805. OLE color: 13922805.
HSL color Cylindrical-coordinate representation of color #F571D4: hue angle of 315º 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 #F571D4 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 212 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.04 |
| HSL | 315º | 0.87% | 0.7% | - |
| HSV(B) | 315º | 0.54% | 0.96% | - |
| XYZ | 55.44 | 35.98 | 66.31 | - |
| YUV | 163.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 212 | 0 | 0.54 | 0.13 | 0.04 | 315 | 0.87 | 0.7 |
| Hex | F5 | 71 | D4 | 0 | 36 | D | 4 | 13B | 57 | 46 |
| Octal | 365 | 161 | 324 | 0 | 66 | 15 | 4 | 473 | 127 | 106 |
| Binary | 11110101 | 1110001 | 11010100 | 0 | 110110 | 1101 | 100 | 100111011 | 1010111 | 1000110 |
Color Harmonies of #F571D4
Complementary color
Monochromatic Colors of #F571D4
Black with #F571D4
Text Example
Text Example
White with #F571D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571D4; }
p { color: rgb(245,113,212); }
H1.HeaderClassName
{
color: #F571D4;
}
.AnyTagClassName
{
color: #F571D4;
}
</style>
background-color css
<style>
a { background-color: #F571D4; }
a { background-color: rgb(245,113,212); }
div.DivClassName
{
background-color: #F571D4;
}
.BgClassName
{
background-color: #F571D4;
}
</style>
border-color css
<style>
span { border-color: #F571D4; }
span { border-color: rgb(245,113,212); }
td.TdClassName
{
border-color: #F571D4;
}
.TagClassName
{
border-color: #F571D4;
}
</style>