Shades of Neon Pink #F36FBC
Tints of Neon Pink #F36FBC
RGB
CMYK
RGB Variations
Color information
#F36FBC (or 0xF36FBC) is known color: Neon Pink. HEX triplet: F3, 6F and BC. RGB value is (243,111,188). Sum of RGB (Red+Green+Blue) = 243+111+188=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F36FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36FBC is #0C9043. Grayscale: #9F9F9F. Windows color (decimal): -823364 or 12349427. OLE color: 12349427.
HSL color Cylindrical-coordinate representation of color #F36FBC: hue angle of 325º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F36FBC is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 188 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.05 |
| HSL | 325º | 0.85% | 0.69% | - |
| HSV(B) | 325º | 0.54% | 0.95% | - |
| XYZ | 51.72 | 34.05 | 51.42 | - |
| YUV | 159.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 188 | 0 | 0.54 | 0.23 | 0.05 | 325 | 0.85 | 0.69 |
| Hex | F3 | 6F | BC | 0 | 36 | 17 | 5 | 145 | 55 | 45 |
| Octal | 363 | 157 | 274 | 0 | 66 | 27 | 5 | 505 | 125 | 105 |
| Binary | 11110011 | 1101111 | 10111100 | 0 | 110110 | 10111 | 101 | 101000101 | 1010101 | 1000101 |
Color Harmonies of #F36FBC
Complementary color
Monochromatic Colors of #F36FBC
Black with #F36FBC
Text Example
Text Example
White with #F36FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36FBC; }
p { color: rgb(243,111,188); }
H1.HeaderClassName
{
color: #F36FBC;
}
.AnyTagClassName
{
color: #F36FBC;
}
</style>
background-color css
<style>
a { background-color: #F36FBC; }
a { background-color: rgb(243,111,188); }
div.DivClassName
{
background-color: #F36FBC;
}
.BgClassName
{
background-color: #F36FBC;
}
</style>
border-color css
<style>
span { border-color: #F36FBC; }
span { border-color: rgb(243,111,188); }
td.TdClassName
{
border-color: #F36FBC;
}
.TagClassName
{
border-color: #F36FBC;
}
</style>