Shades of Neon Pink #F57AD3
Tints of Neon Pink #F57AD3
RGB
CMYK
RGB Variations
Color information
#F57AD3 (or 0xF57AD3) is known color: Neon Pink. HEX triplet: F5, 7A and D3. RGB value is (245,122,211). Sum of RGB (Red+Green+Blue) = 245+122+211=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AD3 is #0A852C. Grayscale: #A8A8A8. Windows color (decimal): -689453 or 13859573. OLE color: 13859573.
HSL color Cylindrical-coordinate representation of color #F57AD3: hue angle of 316.59º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AD3 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 211 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.04 |
| HSL | 316.59º | 0.86% | 0.72% | - |
| HSV(B) | 316.59º | 0.5% | 0.96% | - |
| XYZ | 56.37 | 38.03 | 66 | - |
| YUV | 168.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 211 | 0 | 0.50 | 0.14 | 0.04 | 316.59 | 0.86 | 0.72 |
| Hex | F5 | 7A | D3 | 0 | 32 | E | 4 | 13D | 56 | 48 |
| Octal | 365 | 172 | 323 | 0 | 62 | 16 | 4 | 475 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11010011 | 0 | 110010 | 1110 | 100 | 100111101 | 1010110 | 1001000 |
Color Harmonies of #F57AD3
Complementary color
Monochromatic Colors of #F57AD3
Black with #F57AD3
Text Example
Text Example
White with #F57AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AD3; }
p { color: rgb(245,122,211); }
H1.HeaderClassName
{
color: #F57AD3;
}
.AnyTagClassName
{
color: #F57AD3;
}
</style>
background-color css
<style>
a { background-color: #F57AD3; }
a { background-color: rgb(245,122,211); }
div.DivClassName
{
background-color: #F57AD3;
}
.BgClassName
{
background-color: #F57AD3;
}
</style>
border-color css
<style>
span { border-color: #F57AD3; }
span { border-color: rgb(245,122,211); }
td.TdClassName
{
border-color: #F57AD3;
}
.TagClassName
{
border-color: #F57AD3;
}
</style>