Shades of Neon Pink #F570D8
Tints of Neon Pink #F570D8
RGB
CMYK
RGB Variations
Color information
#F570D8 (or 0xF570D8) is known color: Neon Pink. HEX triplet: F5, 70 and D8. RGB value is (245,112,216). Sum of RGB (Red+Green+Blue) = 245+112+216=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F570D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570D8 is #0A8F27. Grayscale: #A3A3A3. Windows color (decimal): -692008 or 14184693. OLE color: 14184693.
HSL color Cylindrical-coordinate representation of color #F570D8: hue angle of 313.08º 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 #F570D8 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 216 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.04 |
| HSL | 313.08º | 0.87% | 0.7% | - |
| HSV(B) | 313.08º | 0.54% | 0.96% | - |
| XYZ | 55.85 | 35.96 | 68.96 | - |
| YUV | 163.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 216 | 0 | 0.54 | 0.12 | 0.04 | 313.08 | 0.87 | 0.7 |
| Hex | F5 | 70 | D8 | 0 | 36 | C | 4 | 139 | 57 | 46 |
| Octal | 365 | 160 | 330 | 0 | 66 | 14 | 4 | 471 | 127 | 106 |
| Binary | 11110101 | 1110000 | 11011000 | 0 | 110110 | 1100 | 100 | 100111001 | 1010111 | 1000110 |
Color Harmonies of #F570D8
Complementary color
Monochromatic Colors of #F570D8
Black with #F570D8
Text Example
Text Example
White with #F570D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F570D8; }
p { color: rgb(245,112,216); }
H1.HeaderClassName
{
color: #F570D8;
}
.AnyTagClassName
{
color: #F570D8;
}
</style>
background-color css
<style>
a { background-color: #F570D8; }
a { background-color: rgb(245,112,216); }
div.DivClassName
{
background-color: #F570D8;
}
.BgClassName
{
background-color: #F570D8;
}
</style>
border-color css
<style>
span { border-color: #F570D8; }
span { border-color: rgb(245,112,216); }
td.TdClassName
{
border-color: #F570D8;
}
.TagClassName
{
border-color: #F570D8;
}
</style>