Shades of Neon Pink #F56DD1
Tints of Neon Pink #F56DD1
RGB
CMYK
RGB Variations
Color information
#F56DD1 (or 0xF56DD1) is known color: Neon Pink. HEX triplet: F5, 6D and D1. RGB value is (245,109,209). Sum of RGB (Red+Green+Blue) = 245+109+209=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DD1 is #0A922E. Grayscale: #A0A0A0. Windows color (decimal): -692783 or 13725173. OLE color: 13725173.
HSL color Cylindrical-coordinate representation of color #F56DD1: hue angle of 315.88º 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 #F56DD1 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 209 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.04 |
| HSL | 315.88º | 0.87% | 0.69% | - |
| HSV(B) | 315.88º | 0.56% | 0.96% | - |
| XYZ | 54.63 | 34.95 | 64.19 | - |
| YUV | 161.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 209 | 0 | 0.56 | 0.15 | 0.04 | 315.88 | 0.87 | 0.69 |
| Hex | F5 | 6D | D1 | 0 | 38 | F | 4 | 13C | 57 | 45 |
| Octal | 365 | 155 | 321 | 0 | 70 | 17 | 4 | 474 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11010001 | 0 | 111000 | 1111 | 100 | 100111100 | 1010111 | 1000101 |
Color Harmonies of #F56DD1
Complementary color
Monochromatic Colors of #F56DD1
Black with #F56DD1
Text Example
Text Example
White with #F56DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DD1; }
p { color: rgb(245,109,209); }
H1.HeaderClassName
{
color: #F56DD1;
}
.AnyTagClassName
{
color: #F56DD1;
}
</style>
background-color css
<style>
a { background-color: #F56DD1; }
a { background-color: rgb(245,109,209); }
div.DivClassName
{
background-color: #F56DD1;
}
.BgClassName
{
background-color: #F56DD1;
}
</style>
border-color css
<style>
span { border-color: #F56DD1; }
span { border-color: rgb(245,109,209); }
td.TdClassName
{
border-color: #F56DD1;
}
.TagClassName
{
border-color: #F56DD1;
}
</style>