Shades of Neon Pink #F57ACF
Tints of Neon Pink #F57ACF
RGB
CMYK
RGB Variations
Color information
#F57ACF (or 0xF57ACF) is known color: Neon Pink. HEX triplet: F5, 7A and CF. RGB value is (245,122,207). Sum of RGB (Red+Green+Blue) = 245+122+207=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ACF is #0A8530. Grayscale: #A8A8A8. Windows color (decimal): -689457 or 13597429. OLE color: 13597429.
HSL color Cylindrical-coordinate representation of color #F57ACF: hue angle of 318.54º 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 #F57ACF is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 207 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.04 |
| HSL | 318.54º | 0.86% | 0.72% | - |
| HSV(B) | 318.54º | 0.5% | 0.96% | - |
| XYZ | 55.88 | 37.84 | 63.39 | - |
| YUV | 168.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 207 | 0 | 0.50 | 0.16 | 0.04 | 318.54 | 0.86 | 0.72 |
| Hex | F5 | 7A | CF | 0 | 32 | 10 | 4 | 13F | 56 | 48 |
| Octal | 365 | 172 | 317 | 0 | 62 | 20 | 4 | 477 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11001111 | 0 | 110010 | 10000 | 100 | 100111111 | 1010110 | 1001000 |
Color Harmonies of #F57ACF
Complementary color
Monochromatic Colors of #F57ACF
Black with #F57ACF
Text Example
Text Example
White with #F57ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ACF; }
p { color: rgb(245,122,207); }
H1.HeaderClassName
{
color: #F57ACF;
}
.AnyTagClassName
{
color: #F57ACF;
}
</style>
background-color css
<style>
a { background-color: #F57ACF; }
a { background-color: rgb(245,122,207); }
div.DivClassName
{
background-color: #F57ACF;
}
.BgClassName
{
background-color: #F57ACF;
}
</style>
border-color css
<style>
span { border-color: #F57ACF; }
span { border-color: rgb(245,122,207); }
td.TdClassName
{
border-color: #F57ACF;
}
.TagClassName
{
border-color: #F57ACF;
}
</style>