Shades of Neon Pink #F059C3
Tints of Neon Pink #F059C3
RGB
CMYK
RGB Variations
Color information
#F059C3 (or 0xF059C3) is known color: Neon Pink. HEX triplet: F0, 59 and C3. RGB value is (240,89,195). Sum of RGB (Red+Green+Blue) = 240+89+195=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F059C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059C3 is #0FA63C. Grayscale: #919191. Windows color (decimal): -1025597 or 12802544. OLE color: 12802544.
HSL color Cylindrical-coordinate representation of color #F059C3: hue angle of 317.88º 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 #F059C3 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 195 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.06 |
| HSL | 317.88º | 0.83% | 0.65% | - |
| HSV(B) | 317.88º | 0.63% | 0.94% | - |
| XYZ | 49.36 | 29.61 | 54.74 | - |
| YUV | 146.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 195 | 0 | 0.63 | 0.19 | 0.06 | 317.88 | 0.83 | 0.65 |
| Hex | F0 | 59 | C3 | 0 | 3F | 13 | 6 | 13E | 53 | 41 |
| Octal | 360 | 131 | 303 | 0 | 77 | 23 | 6 | 476 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11000011 | 0 | 111111 | 10011 | 110 | 100111110 | 1010011 | 1000001 |
Color Harmonies of #F059C3
Complementary color
Monochromatic Colors of #F059C3
Black with #F059C3
Text Example
Text Example
White with #F059C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059C3; }
p { color: rgb(240,89,195); }
H1.HeaderClassName
{
color: #F059C3;
}
.AnyTagClassName
{
color: #F059C3;
}
</style>
background-color css
<style>
a { background-color: #F059C3; }
a { background-color: rgb(240,89,195); }
div.DivClassName
{
background-color: #F059C3;
}
.BgClassName
{
background-color: #F059C3;
}
</style>
border-color css
<style>
span { border-color: #F059C3; }
span { border-color: rgb(240,89,195); }
td.TdClassName
{
border-color: #F059C3;
}
.TagClassName
{
border-color: #F059C3;
}
</style>