Shades of Neon Pink #F56CCC
Tints of Neon Pink #F56CCC
RGB
CMYK
RGB Variations
Color information
#F56CCC (or 0xF56CCC) is known color: Neon Pink. HEX triplet: F5, 6C and CC. RGB value is (245,108,204). Sum of RGB (Red+Green+Blue) = 245+108+204=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CCC is #0A9333. Grayscale: #9F9F9F. Windows color (decimal): -693044 or 13397237. OLE color: 13397237.
HSL color Cylindrical-coordinate representation of color #F56CCC: hue angle of 317.96º 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 #F56CCC is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 204 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.04 |
| HSL | 317.96º | 0.87% | 0.69% | - |
| HSV(B) | 317.96º | 0.56% | 0.96% | - |
| XYZ | 53.92 | 34.5 | 60.94 | - |
| YUV | 159.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 204 | 0 | 0.56 | 0.17 | 0.04 | 317.96 | 0.87 | 0.69 |
| Hex | F5 | 6C | CC | 0 | 38 | 11 | 4 | 13E | 57 | 45 |
| Octal | 365 | 154 | 314 | 0 | 70 | 21 | 4 | 476 | 127 | 105 |
| Binary | 11110101 | 1101100 | 11001100 | 0 | 111000 | 10001 | 100 | 100111110 | 1010111 | 1000101 |
Color Harmonies of #F56CCC
Complementary color
Monochromatic Colors of #F56CCC
Black with #F56CCC
Text Example
Text Example
White with #F56CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56CCC; }
p { color: rgb(245,108,204); }
H1.HeaderClassName
{
color: #F56CCC;
}
.AnyTagClassName
{
color: #F56CCC;
}
</style>
background-color css
<style>
a { background-color: #F56CCC; }
a { background-color: rgb(245,108,204); }
div.DivClassName
{
background-color: #F56CCC;
}
.BgClassName
{
background-color: #F56CCC;
}
</style>
border-color css
<style>
span { border-color: #F56CCC; }
span { border-color: rgb(245,108,204); }
td.TdClassName
{
border-color: #F56CCC;
}
.TagClassName
{
border-color: #F56CCC;
}
</style>