Shades of Neon Pink #F56BC7
Tints of Neon Pink #F56BC7
RGB
CMYK
RGB Variations
Color information
#F56BC7 (or 0xF56BC7) is known color: Neon Pink. HEX triplet: F5, 6B and C7. RGB value is (245,107,199). Sum of RGB (Red+Green+Blue) = 245+107+199=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BC7 is #0A9438. Grayscale: #9E9E9E. Windows color (decimal): -693305 or 13069301. OLE color: 13069301.
HSL color Cylindrical-coordinate representation of color #F56BC7: hue angle of 320º 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 #F56BC7 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 199 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.04 |
| HSL | 320º | 0.87% | 0.69% | - |
| HSV(B) | 320º | 0.56% | 0.96% | - |
| XYZ | 53.22 | 34.05 | 57.8 | - |
| YUV | 158.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 199 | 0 | 0.56 | 0.19 | 0.04 | 320 | 0.87 | 0.69 |
| Hex | F5 | 6B | C7 | 0 | 38 | 13 | 4 | 140 | 57 | 45 |
| Octal | 365 | 153 | 307 | 0 | 70 | 23 | 4 | 500 | 127 | 105 |
| Binary | 11110101 | 1101011 | 11000111 | 0 | 111000 | 10011 | 100 | 101000000 | 1010111 | 1000101 |
Color Harmonies of #F56BC7
Complementary color
Monochromatic Colors of #F56BC7
Black with #F56BC7
Text Example
Text Example
White with #F56BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BC7; }
p { color: rgb(245,107,199); }
H1.HeaderClassName
{
color: #F56BC7;
}
.AnyTagClassName
{
color: #F56BC7;
}
</style>
background-color css
<style>
a { background-color: #F56BC7; }
a { background-color: rgb(245,107,199); }
div.DivClassName
{
background-color: #F56BC7;
}
.BgClassName
{
background-color: #F56BC7;
}
</style>
border-color css
<style>
span { border-color: #F56BC7; }
span { border-color: rgb(245,107,199); }
td.TdClassName
{
border-color: #F56BC7;
}
.TagClassName
{
border-color: #F56BC7;
}
</style>