Shades of Neon Pink #F36BC0
Tints of Neon Pink #F36BC0
RGB
CMYK
RGB Variations
Color information
#F36BC0 (or 0xF36BC0) is known color: Neon Pink. HEX triplet: F3, 6B and C0. RGB value is (243,107,192). Sum of RGB (Red+Green+Blue) = 243+107+192=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F36BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36BC0 is #0C943F. Grayscale: #9D9D9D. Windows color (decimal): -824384 or 12610547. OLE color: 12610547.
HSL color Cylindrical-coordinate representation of color #F36BC0: hue angle of 322.5º 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 #F36BC0 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 107 | 192 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.05 |
| HSL | 322.5º | 0.85% | 0.69% | - |
| HSV(B) | 322.5º | 0.56% | 0.95% | - |
| XYZ | 51.73 | 33.38 | 53.58 | - |
| YUV | 157.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 107 | 192 | 0 | 0.56 | 0.21 | 0.05 | 322.5 | 0.85 | 0.69 |
| Hex | F3 | 6B | C0 | 0 | 38 | 15 | 5 | 142 | 55 | 45 |
| Octal | 363 | 153 | 300 | 0 | 70 | 25 | 5 | 502 | 125 | 105 |
| Binary | 11110011 | 1101011 | 11000000 | 0 | 111000 | 10101 | 101 | 101000010 | 1010101 | 1000101 |
Color Harmonies of #F36BC0
Complementary color
Monochromatic Colors of #F36BC0
Black with #F36BC0
Text Example
Text Example
White with #F36BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36BC0; }
p { color: rgb(243,107,192); }
H1.HeaderClassName
{
color: #F36BC0;
}
.AnyTagClassName
{
color: #F36BC0;
}
</style>
background-color css
<style>
a { background-color: #F36BC0; }
a { background-color: rgb(243,107,192); }
div.DivClassName
{
background-color: #F36BC0;
}
.BgClassName
{
background-color: #F36BC0;
}
</style>
border-color css
<style>
span { border-color: #F36BC0; }
span { border-color: rgb(243,107,192); }
td.TdClassName
{
border-color: #F36BC0;
}
.TagClassName
{
border-color: #F36BC0;
}
</style>