Shades of Neon Pink #F56ACB
Tints of Neon Pink #F56ACB
RGB
CMYK
RGB Variations
Color information
#F56ACB (or 0xF56ACB) is known color: Neon Pink. HEX triplet: F5, 6A and CB. RGB value is (245,106,203). Sum of RGB (Red+Green+Blue) = 245+106+203=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ACB is #0A9534. Grayscale: #9E9E9E. Windows color (decimal): -693557 or 13331189. OLE color: 13331189.
HSL color Cylindrical-coordinate representation of color #F56ACB: hue angle of 318.13º 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 #F56ACB is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 203 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.04 |
| HSL | 318.13º | 0.87% | 0.69% | - |
| HSV(B) | 318.13º | 0.57% | 0.96% | - |
| XYZ | 53.59 | 34.03 | 60.24 | - |
| YUV | 158.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 203 | 0 | 0.57 | 0.17 | 0.04 | 318.13 | 0.87 | 0.69 |
| Hex | F5 | 6A | CB | 0 | 39 | 11 | 4 | 13E | 57 | 45 |
| Octal | 365 | 152 | 313 | 0 | 71 | 21 | 4 | 476 | 127 | 105 |
| Binary | 11110101 | 1101010 | 11001011 | 0 | 111001 | 10001 | 100 | 100111110 | 1010111 | 1000101 |
Color Harmonies of #F56ACB
Complementary color
Monochromatic Colors of #F56ACB
Black with #F56ACB
Text Example
Text Example
White with #F56ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56ACB; }
p { color: rgb(245,106,203); }
H1.HeaderClassName
{
color: #F56ACB;
}
.AnyTagClassName
{
color: #F56ACB;
}
</style>
background-color css
<style>
a { background-color: #F56ACB; }
a { background-color: rgb(245,106,203); }
div.DivClassName
{
background-color: #F56ACB;
}
.BgClassName
{
background-color: #F56ACB;
}
</style>
border-color css
<style>
span { border-color: #F56ACB; }
span { border-color: rgb(245,106,203); }
td.TdClassName
{
border-color: #F56ACB;
}
.TagClassName
{
border-color: #F56ACB;
}
</style>