Shades of Neon Pink #F56ACE
Tints of Neon Pink #F56ACE
RGB
CMYK
RGB Variations
Color information
#F56ACE (or 0xF56ACE) is known color: Neon Pink. HEX triplet: F5, 6A and CE. RGB value is (245,106,206). Sum of RGB (Red+Green+Blue) = 245+106+206=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ACE is #0A9531. Grayscale: #9E9E9E. Windows color (decimal): -693554 or 13527797. OLE color: 13527797.
HSL color Cylindrical-coordinate representation of color #F56ACE: hue angle of 316.83º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56ACE is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 206 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.04 |
| HSL | 316.83º | 0.87% | 0.69% | - |
| HSV(B) | 316.83º | 0.57% | 0.96% | - |
| XYZ | 53.95 | 34.18 | 62.15 | - |
| YUV | 158.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 206 | 0 | 0.57 | 0.16 | 0.04 | 316.83 | 0.87 | 0.69 |
| Hex | F5 | 6A | CE | 0 | 39 | 10 | 4 | 13D | 57 | 45 |
| Octal | 365 | 152 | 316 | 0 | 71 | 20 | 4 | 475 | 127 | 105 |
| Binary | 11110101 | 1101010 | 11001110 | 0 | 111001 | 10000 | 100 | 100111101 | 1010111 | 1000101 |
Color Harmonies of #F56ACE
Complementary color
Monochromatic Colors of #F56ACE
Black with #F56ACE
Text Example
Text Example
White with #F56ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56ACE; }
p { color: rgb(245,106,206); }
H1.HeaderClassName
{
color: #F56ACE;
}
.AnyTagClassName
{
color: #F56ACE;
}
</style>
background-color css
<style>
a { background-color: #F56ACE; }
a { background-color: rgb(245,106,206); }
div.DivClassName
{
background-color: #F56ACE;
}
.BgClassName
{
background-color: #F56ACE;
}
</style>
border-color css
<style>
span { border-color: #F56ACE; }
span { border-color: rgb(245,106,206); }
td.TdClassName
{
border-color: #F56ACE;
}
.TagClassName
{
border-color: #F56ACE;
}
</style>