Shades of Neon Pink #F059C1
Tints of Neon Pink #F059C1
RGB
CMYK
RGB Variations
Color information
#F059C1 (or 0xF059C1) is known color: Neon Pink. HEX triplet: F0, 59 and C1. RGB value is (240,89,193). Sum of RGB (Red+Green+Blue) = 240+89+193=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F059C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059C1 is #0FA63E. Grayscale: #919191. Windows color (decimal): -1025599 or 12671472. OLE color: 12671472.
HSL color Cylindrical-coordinate representation of color #F059C1: hue angle of 318.68º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059C1 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 193 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.06 |
| HSL | 318.68º | 0.83% | 0.65% | - |
| HSV(B) | 318.68º | 0.63% | 0.94% | - |
| XYZ | 49.13 | 29.52 | 53.56 | - |
| YUV | 146.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 193 | 0 | 0.63 | 0.20 | 0.06 | 318.68 | 0.83 | 0.65 |
| Hex | F0 | 59 | C1 | 0 | 3F | 14 | 6 | 13F | 53 | 41 |
| Octal | 360 | 131 | 301 | 0 | 77 | 24 | 6 | 477 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11000001 | 0 | 111111 | 10100 | 110 | 100111111 | 1010011 | 1000001 |
Color Harmonies of #F059C1
Complementary color
Monochromatic Colors of #F059C1
Black with #F059C1
Text Example
Text Example
White with #F059C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059C1; }
p { color: rgb(240,89,193); }
H1.HeaderClassName
{
color: #F059C1;
}
.AnyTagClassName
{
color: #F059C1;
}
</style>
background-color css
<style>
a { background-color: #F059C1; }
a { background-color: rgb(240,89,193); }
div.DivClassName
{
background-color: #F059C1;
}
.BgClassName
{
background-color: #F059C1;
}
</style>
border-color css
<style>
span { border-color: #F059C1; }
span { border-color: rgb(240,89,193); }
td.TdClassName
{
border-color: #F059C1;
}
.TagClassName
{
border-color: #F059C1;
}
</style>