Shades of Neon Pink #F36CC0
Tints of Neon Pink #F36CC0
RGB
CMYK
RGB Variations
Color information
#F36CC0 (or 0xF36CC0) is known color: Neon Pink. HEX triplet: F3, 6C and C0. RGB value is (243,108,192). Sum of RGB (Red+Green+Blue) = 243+108+192=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F36CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36CC0 is #0C933F. Grayscale: #9D9D9D. Windows color (decimal): -824128 or 12610803. OLE color: 12610803.
HSL color Cylindrical-coordinate representation of color #F36CC0: hue angle of 322.67º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36CC0 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 192 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.05 |
| HSL | 322.67º | 0.85% | 0.69% | - |
| HSV(B) | 322.67º | 0.56% | 0.95% | - |
| XYZ | 51.84 | 33.59 | 53.62 | - |
| YUV | 157.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 192 | 0 | 0.56 | 0.21 | 0.05 | 322.67 | 0.85 | 0.69 |
| Hex | F3 | 6C | C0 | 0 | 38 | 15 | 5 | 143 | 55 | 45 |
| Octal | 363 | 154 | 300 | 0 | 70 | 25 | 5 | 503 | 125 | 105 |
| Binary | 11110011 | 1101100 | 11000000 | 0 | 111000 | 10101 | 101 | 101000011 | 1010101 | 1000101 |
Color Harmonies of #F36CC0
Complementary color
Monochromatic Colors of #F36CC0
Black with #F36CC0
Text Example
Text Example
White with #F36CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36CC0; }
p { color: rgb(243,108,192); }
H1.HeaderClassName
{
color: #F36CC0;
}
.AnyTagClassName
{
color: #F36CC0;
}
</style>
background-color css
<style>
a { background-color: #F36CC0; }
a { background-color: rgb(243,108,192); }
div.DivClassName
{
background-color: #F36CC0;
}
.BgClassName
{
background-color: #F36CC0;
}
</style>
border-color css
<style>
span { border-color: #F36CC0; }
span { border-color: rgb(243,108,192); }
td.TdClassName
{
border-color: #F36CC0;
}
.TagClassName
{
border-color: #F36CC0;
}
</style>