Shades of Neon Pink #F56DC9
Tints of Neon Pink #F56DC9
RGB
CMYK
RGB Variations
Color information
#F56DC9 (or 0xF56DC9) is known color: Neon Pink. HEX triplet: F5, 6D and C9. RGB value is (245,109,201). Sum of RGB (Red+Green+Blue) = 245+109+201=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DC9 is #0A9236. Grayscale: #9F9F9F. Windows color (decimal): -692791 or 13200885. OLE color: 13200885.
HSL color Cylindrical-coordinate representation of color #F56DC9: hue angle of 319.41º 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 #F56DC9 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 201 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.04 |
| HSL | 319.41º | 0.87% | 0.69% | - |
| HSV(B) | 319.41º | 0.56% | 0.96% | - |
| XYZ | 53.67 | 34.57 | 59.1 | - |
| YUV | 160.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 201 | 0 | 0.56 | 0.18 | 0.04 | 319.41 | 0.87 | 0.69 |
| Hex | F5 | 6D | C9 | 0 | 38 | 12 | 4 | 13F | 57 | 45 |
| Octal | 365 | 155 | 311 | 0 | 70 | 22 | 4 | 477 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11001001 | 0 | 111000 | 10010 | 100 | 100111111 | 1010111 | 1000101 |
Color Harmonies of #F56DC9
Complementary color
Monochromatic Colors of #F56DC9
Black with #F56DC9
Text Example
Text Example
White with #F56DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DC9; }
p { color: rgb(245,109,201); }
H1.HeaderClassName
{
color: #F56DC9;
}
.AnyTagClassName
{
color: #F56DC9;
}
</style>
background-color css
<style>
a { background-color: #F56DC9; }
a { background-color: rgb(245,109,201); }
div.DivClassName
{
background-color: #F56DC9;
}
.BgClassName
{
background-color: #F56DC9;
}
</style>
border-color css
<style>
span { border-color: #F56DC9; }
span { border-color: rgb(245,109,201); }
td.TdClassName
{
border-color: #F56DC9;
}
.TagClassName
{
border-color: #F56DC9;
}
</style>