Shades of Neon Pink #F054C0
Tints of Neon Pink #F054C0
RGB
CMYK
RGB Variations
Color information
#F054C0 (or 0xF054C0) is known color: Neon Pink. HEX triplet: F0, 54 and C0. RGB value is (240,84,192). Sum of RGB (Red+Green+Blue) = 240+84+192=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F054C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054C0 is #0FAB3F. Grayscale: #8E8E8E. Windows color (decimal): -1026880 or 12604656. OLE color: 12604656.
HSL color Cylindrical-coordinate representation of color #F054C0: hue angle of 318.46º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054C0 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 192 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.06 |
| HSL | 318.46º | 0.84% | 0.64% | - |
| HSV(B) | 318.46º | 0.65% | 0.94% | - |
| XYZ | 48.62 | 28.67 | 52.84 | - |
| YUV | 142.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 192 | 0 | 0.65 | 0.20 | 0.06 | 318.46 | 0.84 | 0.64 |
| Hex | F0 | 54 | C0 | 0 | 41 | 14 | 6 | 13E | 54 | 40 |
| Octal | 360 | 124 | 300 | 0 | 101 | 24 | 6 | 476 | 124 | 100 |
| Binary | 11110000 | 1010100 | 11000000 | 0 | 1000001 | 10100 | 110 | 100111110 | 1010100 | 1000000 |
Color Harmonies of #F054C0
Complementary color
Monochromatic Colors of #F054C0
Black with #F054C0
Text Example
Text Example
White with #F054C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F054C0; }
p { color: rgb(240,84,192); }
H1.HeaderClassName
{
color: #F054C0;
}
.AnyTagClassName
{
color: #F054C0;
}
</style>
background-color css
<style>
a { background-color: #F054C0; }
a { background-color: rgb(240,84,192); }
div.DivClassName
{
background-color: #F054C0;
}
.BgClassName
{
background-color: #F054C0;
}
</style>
border-color css
<style>
span { border-color: #F054C0; }
span { border-color: rgb(240,84,192); }
td.TdClassName
{
border-color: #F054C0;
}
.TagClassName
{
border-color: #F054C0;
}
</style>