Shades of Neon Pink #F057C0
Tints of Neon Pink #F057C0
RGB
CMYK
RGB Variations
Color information
#F057C0 (or 0xF057C0) is known color: Neon Pink. HEX triplet: F0, 57 and C0. RGB value is (240,87,192). Sum of RGB (Red+Green+Blue) = 240+87+192=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F057C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057C0 is #0FA83F. Grayscale: #909090. Windows color (decimal): -1026112 or 12605424. OLE color: 12605424.
HSL color Cylindrical-coordinate representation of color #F057C0: hue angle of 318.82º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057C0 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 192 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.06 |
| HSL | 318.82º | 0.84% | 0.64% | - |
| HSV(B) | 318.82º | 0.64% | 0.94% | - |
| XYZ | 48.86 | 29.15 | 52.92 | - |
| YUV | 144.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 192 | 0 | 0.64 | 0.20 | 0.06 | 318.82 | 0.84 | 0.64 |
| Hex | F0 | 57 | C0 | 0 | 40 | 14 | 6 | 13F | 54 | 40 |
| Octal | 360 | 127 | 300 | 0 | 100 | 24 | 6 | 477 | 124 | 100 |
| Binary | 11110000 | 1010111 | 11000000 | 0 | 1000000 | 10100 | 110 | 100111111 | 1010100 | 1000000 |
Color Harmonies of #F057C0
Complementary color
Monochromatic Colors of #F057C0
Black with #F057C0
Text Example
Text Example
White with #F057C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057C0; }
p { color: rgb(240,87,192); }
H1.HeaderClassName
{
color: #F057C0;
}
.AnyTagClassName
{
color: #F057C0;
}
</style>
background-color css
<style>
a { background-color: #F057C0; }
a { background-color: rgb(240,87,192); }
div.DivClassName
{
background-color: #F057C0;
}
.BgClassName
{
background-color: #F057C0;
}
</style>
border-color css
<style>
span { border-color: #F057C0; }
span { border-color: rgb(240,87,192); }
td.TdClassName
{
border-color: #F057C0;
}
.TagClassName
{
border-color: #F057C0;
}
</style>