Shades of Neon Pink #F56DC1
Tints of Neon Pink #F56DC1
RGB
CMYK
RGB Variations
Color information
#F56DC1 (or 0xF56DC1) is known color: Neon Pink. HEX triplet: F5, 6D and C1. RGB value is (245,109,193). Sum of RGB (Red+Green+Blue) = 245+109+193=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DC1 is #0A923E. Grayscale: #9F9F9F. Windows color (decimal): -692799 or 12676597. OLE color: 12676597.
HSL color Cylindrical-coordinate representation of color #F56DC1: hue angle of 322.94º 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 #F56DC1 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 193 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.04 |
| HSL | 322.94º | 0.87% | 0.69% | - |
| HSV(B) | 322.94º | 0.56% | 0.96% | - |
| XYZ | 52.75 | 34.2 | 54.27 | - |
| YUV | 159.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 193 | 0 | 0.56 | 0.21 | 0.04 | 322.94 | 0.87 | 0.69 |
| Hex | F5 | 6D | C1 | 0 | 38 | 15 | 4 | 143 | 57 | 45 |
| Octal | 365 | 155 | 301 | 0 | 70 | 25 | 4 | 503 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11000001 | 0 | 111000 | 10101 | 100 | 101000011 | 1010111 | 1000101 |
Color Harmonies of #F56DC1
Complementary color
Monochromatic Colors of #F56DC1
Black with #F56DC1
Text Example
Text Example
White with #F56DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DC1; }
p { color: rgb(245,109,193); }
H1.HeaderClassName
{
color: #F56DC1;
}
.AnyTagClassName
{
color: #F56DC1;
}
</style>
background-color css
<style>
a { background-color: #F56DC1; }
a { background-color: rgb(245,109,193); }
div.DivClassName
{
background-color: #F56DC1;
}
.BgClassName
{
background-color: #F56DC1;
}
</style>
border-color css
<style>
span { border-color: #F56DC1; }
span { border-color: rgb(245,109,193); }
td.TdClassName
{
border-color: #F56DC1;
}
.TagClassName
{
border-color: #F56DC1;
}
</style>