Shades of Neon Pink #F56FCD
Tints of Neon Pink #F56FCD
RGB
CMYK
RGB Variations
Color information
#F56FCD (or 0xF56FCD) is known color: Neon Pink. HEX triplet: F5, 6F and CD. RGB value is (245,111,205). Sum of RGB (Red+Green+Blue) = 245+111+205=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FCD is #0A9032. Grayscale: #A1A1A1. Windows color (decimal): -692275 or 13463541. OLE color: 13463541.
HSL color Cylindrical-coordinate representation of color #F56FCD: hue angle of 317.91º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56FCD is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 205 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.04 |
| HSL | 317.91º | 0.87% | 0.7% | - |
| HSV(B) | 317.91º | 0.55% | 0.96% | - |
| XYZ | 54.36 | 35.19 | 61.68 | - |
| YUV | 161.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 205 | 0 | 0.55 | 0.16 | 0.04 | 317.91 | 0.87 | 0.7 |
| Hex | F5 | 6F | CD | 0 | 37 | 10 | 4 | 13E | 57 | 46 |
| Octal | 365 | 157 | 315 | 0 | 67 | 20 | 4 | 476 | 127 | 106 |
| Binary | 11110101 | 1101111 | 11001101 | 0 | 110111 | 10000 | 100 | 100111110 | 1010111 | 1000110 |
Color Harmonies of #F56FCD
Complementary color
Monochromatic Colors of #F56FCD
Black with #F56FCD
Text Example
Text Example
White with #F56FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FCD; }
p { color: rgb(245,111,205); }
H1.HeaderClassName
{
color: #F56FCD;
}
.AnyTagClassName
{
color: #F56FCD;
}
</style>
background-color css
<style>
a { background-color: #F56FCD; }
a { background-color: rgb(245,111,205); }
div.DivClassName
{
background-color: #F56FCD;
}
.BgClassName
{
background-color: #F56FCD;
}
</style>
border-color css
<style>
span { border-color: #F56FCD; }
span { border-color: rgb(245,111,205); }
td.TdClassName
{
border-color: #F56FCD;
}
.TagClassName
{
border-color: #F56FCD;
}
</style>