Shades of Neon Pink #F56AD6
Tints of Neon Pink #F56AD6
RGB
CMYK
RGB Variations
Color information
#F56AD6 (or 0xF56AD6) is known color: Neon Pink. HEX triplet: F5, 6A and D6. RGB value is (245,106,214). Sum of RGB (Red+Green+Blue) = 245+106+214=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56AD6 is #0A9529. Grayscale: #9F9F9F. Windows color (decimal): -693546 or 14052085. OLE color: 14052085.
HSL color Cylindrical-coordinate representation of color #F56AD6: hue angle of 313.38º 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 #F56AD6 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 214 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.04 |
| HSL | 313.38º | 0.87% | 0.69% | - |
| HSV(B) | 313.38º | 0.57% | 0.96% | - |
| XYZ | 54.95 | 34.58 | 67.4 | - |
| YUV | 159.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 214 | 0 | 0.57 | 0.13 | 0.04 | 313.38 | 0.87 | 0.69 |
| Hex | F5 | 6A | D6 | 0 | 39 | D | 4 | 139 | 57 | 45 |
| Octal | 365 | 152 | 326 | 0 | 71 | 15 | 4 | 471 | 127 | 105 |
| Binary | 11110101 | 1101010 | 11010110 | 0 | 111001 | 1101 | 100 | 100111001 | 1010111 | 1000101 |
Color Harmonies of #F56AD6
Complementary color
Monochromatic Colors of #F56AD6
Black with #F56AD6
Text Example
Text Example
White with #F56AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56AD6; }
p { color: rgb(245,106,214); }
H1.HeaderClassName
{
color: #F56AD6;
}
.AnyTagClassName
{
color: #F56AD6;
}
</style>
background-color css
<style>
a { background-color: #F56AD6; }
a { background-color: rgb(245,106,214); }
div.DivClassName
{
background-color: #F56AD6;
}
.BgClassName
{
background-color: #F56AD6;
}
</style>
border-color css
<style>
span { border-color: #F56AD6; }
span { border-color: rgb(245,106,214); }
td.TdClassName
{
border-color: #F56AD6;
}
.TagClassName
{
border-color: #F56AD6;
}
</style>