Shades of Neon Pink #F56FC7
Tints of Neon Pink #F56FC7
RGB
CMYK
RGB Variations
Color information
#F56FC7 (or 0xF56FC7) is known color: Neon Pink. HEX triplet: F5, 6F and C7. RGB value is (245,111,199). Sum of RGB (Red+Green+Blue) = 245+111+199=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FC7 is #0A9038. Grayscale: #A0A0A0. Windows color (decimal): -692281 or 13070325. OLE color: 13070325.
HSL color Cylindrical-coordinate representation of color #F56FC7: hue angle of 320.6º 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 #F56FC7 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 199 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.04 |
| HSL | 320.6º | 0.87% | 0.7% | - |
| HSV(B) | 320.6º | 0.55% | 0.96% | - |
| XYZ | 53.65 | 34.9 | 57.94 | - |
| YUV | 161.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 199 | 0 | 0.55 | 0.19 | 0.04 | 320.6 | 0.87 | 0.7 |
| Hex | F5 | 6F | C7 | 0 | 37 | 13 | 4 | 141 | 57 | 46 |
| Octal | 365 | 157 | 307 | 0 | 67 | 23 | 4 | 501 | 127 | 106 |
| Binary | 11110101 | 1101111 | 11000111 | 0 | 110111 | 10011 | 100 | 101000001 | 1010111 | 1000110 |
Color Harmonies of #F56FC7
Complementary color
Monochromatic Colors of #F56FC7
Black with #F56FC7
Text Example
Text Example
White with #F56FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FC7; }
p { color: rgb(245,111,199); }
H1.HeaderClassName
{
color: #F56FC7;
}
.AnyTagClassName
{
color: #F56FC7;
}
</style>
background-color css
<style>
a { background-color: #F56FC7; }
a { background-color: rgb(245,111,199); }
div.DivClassName
{
background-color: #F56FC7;
}
.BgClassName
{
background-color: #F56FC7;
}
</style>
border-color css
<style>
span { border-color: #F56FC7; }
span { border-color: rgb(245,111,199); }
td.TdClassName
{
border-color: #F56FC7;
}
.TagClassName
{
border-color: #F56FC7;
}
</style>