Shades of Neon Pink #F57ACD
Tints of Neon Pink #F57ACD
RGB
CMYK
RGB Variations
Color information
#F57ACD (or 0xF57ACD) is known color: Neon Pink. HEX triplet: F5, 7A and CD. RGB value is (245,122,205). Sum of RGB (Red+Green+Blue) = 245+122+205=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ACD is #0A8532. Grayscale: #A8A8A8. Windows color (decimal): -689459 or 13466357. OLE color: 13466357.
HSL color Cylindrical-coordinate representation of color #F57ACD: hue angle of 319.51º 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 #F57ACD is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 205 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.04 |
| HSL | 319.51º | 0.86% | 0.72% | - |
| HSV(B) | 319.51º | 0.5% | 0.96% | - |
| XYZ | 55.64 | 37.74 | 62.11 | - |
| YUV | 168.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 205 | 0 | 0.50 | 0.16 | 0.04 | 319.51 | 0.86 | 0.72 |
| Hex | F5 | 7A | CD | 0 | 32 | 10 | 4 | 140 | 56 | 48 |
| Octal | 365 | 172 | 315 | 0 | 62 | 20 | 4 | 500 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11001101 | 0 | 110010 | 10000 | 100 | 101000000 | 1010110 | 1001000 |
Color Harmonies of #F57ACD
Complementary color
Monochromatic Colors of #F57ACD
Black with #F57ACD
Text Example
Text Example
White with #F57ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ACD; }
p { color: rgb(245,122,205); }
H1.HeaderClassName
{
color: #F57ACD;
}
.AnyTagClassName
{
color: #F57ACD;
}
</style>
background-color css
<style>
a { background-color: #F57ACD; }
a { background-color: rgb(245,122,205); }
div.DivClassName
{
background-color: #F57ACD;
}
.BgClassName
{
background-color: #F57ACD;
}
</style>
border-color css
<style>
span { border-color: #F57ACD; }
span { border-color: rgb(245,122,205); }
td.TdClassName
{
border-color: #F57ACD;
}
.TagClassName
{
border-color: #F57ACD;
}
</style>