Shades of Neon Pink #F56DC2
Tints of Neon Pink #F56DC2
RGB
CMYK
RGB Variations
Color information
#F56DC2 (or 0xF56DC2) is known color: Neon Pink. HEX triplet: F5, 6D and C2. RGB value is (245,109,194). Sum of RGB (Red+Green+Blue) = 245+109+194=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DC2 is #0A923D. Grayscale: #9F9F9F. Windows color (decimal): -692798 or 12742133. OLE color: 12742133.
HSL color Cylindrical-coordinate representation of color #F56DC2: hue angle of 322.5º 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 #F56DC2 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 194 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.04 |
| HSL | 322.5º | 0.87% | 0.69% | - |
| HSV(B) | 322.5º | 0.56% | 0.96% | - |
| XYZ | 52.86 | 34.24 | 54.86 | - |
| YUV | 159.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 194 | 0 | 0.56 | 0.21 | 0.04 | 322.5 | 0.87 | 0.69 |
| Hex | F5 | 6D | C2 | 0 | 38 | 15 | 4 | 142 | 57 | 45 |
| Octal | 365 | 155 | 302 | 0 | 70 | 25 | 4 | 502 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11000010 | 0 | 111000 | 10101 | 100 | 101000010 | 1010111 | 1000101 |
Color Harmonies of #F56DC2
Complementary color
Monochromatic Colors of #F56DC2
Black with #F56DC2
Text Example
Text Example
White with #F56DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DC2; }
p { color: rgb(245,109,194); }
H1.HeaderClassName
{
color: #F56DC2;
}
.AnyTagClassName
{
color: #F56DC2;
}
</style>
background-color css
<style>
a { background-color: #F56DC2; }
a { background-color: rgb(245,109,194); }
div.DivClassName
{
background-color: #F56DC2;
}
.BgClassName
{
background-color: #F56DC2;
}
</style>
border-color css
<style>
span { border-color: #F56DC2; }
span { border-color: rgb(245,109,194); }
td.TdClassName
{
border-color: #F56DC2;
}
.TagClassName
{
border-color: #F56DC2;
}
</style>