Shades of Neon Pink #F57ACB
Tints of Neon Pink #F57ACB
RGB
CMYK
RGB Variations
Color information
#F57ACB (or 0xF57ACB) is known color: Neon Pink. HEX triplet: F5, 7A and CB. RGB value is (245,122,203). Sum of RGB (Red+Green+Blue) = 245+122+203=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ACB is #0A8534. Grayscale: #A7A7A7. Windows color (decimal): -689461 or 13335285. OLE color: 13335285.
HSL color Cylindrical-coordinate representation of color #F57ACB: hue angle of 320.49º 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 #F57ACB is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 203 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.04 |
| HSL | 320.49º | 0.86% | 0.72% | - |
| HSV(B) | 320.49º | 0.5% | 0.96% | - |
| XYZ | 55.4 | 37.64 | 60.85 | - |
| YUV | 168.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 203 | 0 | 0.50 | 0.17 | 0.04 | 320.49 | 0.86 | 0.72 |
| Hex | F5 | 7A | CB | 0 | 32 | 11 | 4 | 140 | 56 | 48 |
| Octal | 365 | 172 | 313 | 0 | 62 | 21 | 4 | 500 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11001011 | 0 | 110010 | 10001 | 100 | 101000000 | 1010110 | 1001000 |
Color Harmonies of #F57ACB
Complementary color
Monochromatic Colors of #F57ACB
Black with #F57ACB
Text Example
Text Example
White with #F57ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ACB; }
p { color: rgb(245,122,203); }
H1.HeaderClassName
{
color: #F57ACB;
}
.AnyTagClassName
{
color: #F57ACB;
}
</style>
background-color css
<style>
a { background-color: #F57ACB; }
a { background-color: rgb(245,122,203); }
div.DivClassName
{
background-color: #F57ACB;
}
.BgClassName
{
background-color: #F57ACB;
}
</style>
border-color css
<style>
span { border-color: #F57ACB; }
span { border-color: rgb(245,122,203); }
td.TdClassName
{
border-color: #F57ACB;
}
.TagClassName
{
border-color: #F57ACB;
}
</style>