Shades of Neon Pink #F356C0
Tints of Neon Pink #F356C0
RGB
CMYK
RGB Variations
Color information
#F356C0 (or 0xF356C0) is known color: Neon Pink. HEX triplet: F3, 56 and C0. RGB value is (243,86,192). Sum of RGB (Red+Green+Blue) = 243+86+192=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F356C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356C0 is #0CA93F. Grayscale: #909090. Windows color (decimal): -829760 or 12605171. OLE color: 12605171.
HSL color Cylindrical-coordinate representation of color #F356C0: hue angle of 319.49º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F356C0 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 192 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.05 |
| HSL | 319.49º | 0.87% | 0.65% | - |
| HSV(B) | 319.49º | 0.65% | 0.95% | - |
| XYZ | 49.8 | 29.52 | 52.94 | - |
| YUV | 145.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 192 | 0 | 0.65 | 0.21 | 0.05 | 319.49 | 0.87 | 0.65 |
| Hex | F3 | 56 | C0 | 0 | 41 | 15 | 5 | 13F | 57 | 41 |
| Octal | 363 | 126 | 300 | 0 | 101 | 25 | 5 | 477 | 127 | 101 |
| Binary | 11110011 | 1010110 | 11000000 | 0 | 1000001 | 10101 | 101 | 100111111 | 1010111 | 1000001 |
Color Harmonies of #F356C0
Complementary color
Monochromatic Colors of #F356C0
Black with #F356C0
Text Example
Text Example
White with #F356C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356C0; }
p { color: rgb(243,86,192); }
H1.HeaderClassName
{
color: #F356C0;
}
.AnyTagClassName
{
color: #F356C0;
}
</style>
background-color css
<style>
a { background-color: #F356C0; }
a { background-color: rgb(243,86,192); }
div.DivClassName
{
background-color: #F356C0;
}
.BgClassName
{
background-color: #F356C0;
}
</style>
border-color css
<style>
span { border-color: #F356C0; }
span { border-color: rgb(243,86,192); }
td.TdClassName
{
border-color: #F356C0;
}
.TagClassName
{
border-color: #F356C0;
}
</style>