Shades of Neon Pink #F359C0
Tints of Neon Pink #F359C0
RGB
CMYK
RGB Variations
Color information
#F359C0 (or 0xF359C0) is known color: Neon Pink. HEX triplet: F3, 59 and C0. RGB value is (243,89,192). Sum of RGB (Red+Green+Blue) = 243+89+192=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F359C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F359C0 is #0CA63F. Grayscale: #929292. Windows color (decimal): -828992 or 12605939. OLE color: 12605939.
HSL color Cylindrical-coordinate representation of color #F359C0: hue angle of 319.87º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F359C0 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 192 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.05 |
| HSL | 319.87º | 0.87% | 0.65% | - |
| HSV(B) | 319.87º | 0.63% | 0.95% | - |
| XYZ | 50.05 | 30.01 | 53.02 | - |
| YUV | 146.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 192 | 0 | 0.63 | 0.21 | 0.05 | 319.87 | 0.87 | 0.65 |
| Hex | F3 | 59 | C0 | 0 | 3F | 15 | 5 | 140 | 57 | 41 |
| Octal | 363 | 131 | 300 | 0 | 77 | 25 | 5 | 500 | 127 | 101 |
| Binary | 11110011 | 1011001 | 11000000 | 0 | 111111 | 10101 | 101 | 101000000 | 1010111 | 1000001 |
Color Harmonies of #F359C0
Complementary color
Monochromatic Colors of #F359C0
Black with #F359C0
Text Example
Text Example
White with #F359C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F359C0; }
p { color: rgb(243,89,192); }
H1.HeaderClassName
{
color: #F359C0;
}
.AnyTagClassName
{
color: #F359C0;
}
</style>
background-color css
<style>
a { background-color: #F359C0; }
a { background-color: rgb(243,89,192); }
div.DivClassName
{
background-color: #F359C0;
}
.BgClassName
{
background-color: #F359C0;
}
</style>
border-color css
<style>
span { border-color: #F359C0; }
span { border-color: rgb(243,89,192); }
td.TdClassName
{
border-color: #F359C0;
}
.TagClassName
{
border-color: #F359C0;
}
</style>