Shades of Neon Pink #F56DD5
Tints of Neon Pink #F56DD5
RGB
CMYK
RGB Variations
Color information
#F56DD5 (or 0xF56DD5) is known color: Neon Pink. HEX triplet: F5, 6D and D5. RGB value is (245,109,213). Sum of RGB (Red+Green+Blue) = 245+109+213=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DD5 is #0A922A. Grayscale: #A1A1A1. Windows color (decimal): -692779 or 13987317. OLE color: 13987317.
HSL color Cylindrical-coordinate representation of color #F56DD5: hue angle of 314.12º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56DD5 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 213 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.04 |
| HSL | 314.12º | 0.87% | 0.69% | - |
| HSV(B) | 314.12º | 0.56% | 0.96% | - |
| XYZ | 55.14 | 35.15 | 66.83 | - |
| YUV | 161.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 213 | 0 | 0.56 | 0.13 | 0.04 | 314.12 | 0.87 | 0.69 |
| Hex | F5 | 6D | D5 | 0 | 38 | D | 4 | 13A | 57 | 45 |
| Octal | 365 | 155 | 325 | 0 | 70 | 15 | 4 | 472 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11010101 | 0 | 111000 | 1101 | 100 | 100111010 | 1010111 | 1000101 |
Color Harmonies of #F56DD5
Complementary color
Monochromatic Colors of #F56DD5
Black with #F56DD5
Text Example
Text Example
White with #F56DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DD5; }
p { color: rgb(245,109,213); }
H1.HeaderClassName
{
color: #F56DD5;
}
.AnyTagClassName
{
color: #F56DD5;
}
</style>
background-color css
<style>
a { background-color: #F56DD5; }
a { background-color: rgb(245,109,213); }
div.DivClassName
{
background-color: #F56DD5;
}
.BgClassName
{
background-color: #F56DD5;
}
</style>
border-color css
<style>
span { border-color: #F56DD5; }
span { border-color: rgb(245,109,213); }
td.TdClassName
{
border-color: #F56DD5;
}
.TagClassName
{
border-color: #F56DD5;
}
</style>