Shades of Neon Pink #F56CCF
Tints of Neon Pink #F56CCF
RGB
CMYK
RGB Variations
Color information
#F56CCF (or 0xF56CCF) is known color: Neon Pink. HEX triplet: F5, 6C and CF. RGB value is (245,108,207). Sum of RGB (Red+Green+Blue) = 245+108+207=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CCF is #0A9330. Grayscale: #9F9F9F. Windows color (decimal): -693041 or 13593845. OLE color: 13593845.
HSL color Cylindrical-coordinate representation of color #F56CCF: hue angle of 316.64º 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 #F56CCF is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 207 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.04 |
| HSL | 316.64º | 0.87% | 0.69% | - |
| HSV(B) | 316.64º | 0.56% | 0.96% | - |
| XYZ | 54.28 | 34.64 | 62.86 | - |
| YUV | 160.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 207 | 0 | 0.56 | 0.16 | 0.04 | 316.64 | 0.87 | 0.69 |
| Hex | F5 | 6C | CF | 0 | 38 | 10 | 4 | 13D | 57 | 45 |
| Octal | 365 | 154 | 317 | 0 | 70 | 20 | 4 | 475 | 127 | 105 |
| Binary | 11110101 | 1101100 | 11001111 | 0 | 111000 | 10000 | 100 | 100111101 | 1010111 | 1000101 |
Color Harmonies of #F56CCF
Complementary color
Monochromatic Colors of #F56CCF
Black with #F56CCF
Text Example
Text Example
White with #F56CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56CCF; }
p { color: rgb(245,108,207); }
H1.HeaderClassName
{
color: #F56CCF;
}
.AnyTagClassName
{
color: #F56CCF;
}
</style>
background-color css
<style>
a { background-color: #F56CCF; }
a { background-color: rgb(245,108,207); }
div.DivClassName
{
background-color: #F56CCF;
}
.BgClassName
{
background-color: #F56CCF;
}
</style>
border-color css
<style>
span { border-color: #F56CCF; }
span { border-color: rgb(245,108,207); }
td.TdClassName
{
border-color: #F56CCF;
}
.TagClassName
{
border-color: #F56CCF;
}
</style>