Shades of Neon Pink #F56CCE
Tints of Neon Pink #F56CCE
RGB
CMYK
RGB Variations
Color information
#F56CCE (or 0xF56CCE) is known color: Neon Pink. HEX triplet: F5, 6C and CE. RGB value is (245,108,206). Sum of RGB (Red+Green+Blue) = 245+108+206=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CCE is #0A9331. Grayscale: #9F9F9F. Windows color (decimal): -693042 or 13528309. OLE color: 13528309.
HSL color Cylindrical-coordinate representation of color #F56CCE: hue angle of 317.08º 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 #F56CCE is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 206 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.04 |
| HSL | 317.08º | 0.87% | 0.69% | - |
| HSV(B) | 317.08º | 0.56% | 0.96% | - |
| XYZ | 54.16 | 34.59 | 62.22 | - |
| YUV | 160.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 206 | 0 | 0.56 | 0.16 | 0.04 | 317.08 | 0.87 | 0.69 |
| Hex | F5 | 6C | CE | 0 | 38 | 10 | 4 | 13D | 57 | 45 |
| Octal | 365 | 154 | 316 | 0 | 70 | 20 | 4 | 475 | 127 | 105 |
| Binary | 11110101 | 1101100 | 11001110 | 0 | 111000 | 10000 | 100 | 100111101 | 1010111 | 1000101 |
Color Harmonies of #F56CCE
Complementary color
Monochromatic Colors of #F56CCE
Black with #F56CCE
Text Example
Text Example
White with #F56CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56CCE; }
p { color: rgb(245,108,206); }
H1.HeaderClassName
{
color: #F56CCE;
}
.AnyTagClassName
{
color: #F56CCE;
}
</style>
background-color css
<style>
a { background-color: #F56CCE; }
a { background-color: rgb(245,108,206); }
div.DivClassName
{
background-color: #F56CCE;
}
.BgClassName
{
background-color: #F56CCE;
}
</style>
border-color css
<style>
span { border-color: #F56CCE; }
span { border-color: rgb(245,108,206); }
td.TdClassName
{
border-color: #F56CCE;
}
.TagClassName
{
border-color: #F56CCE;
}
</style>