Shades of Neon Pink #F36ED2
Tints of Neon Pink #F36ED2
RGB
CMYK
RGB Variations
Color information
#F36ED2 (or 0xF36ED2) is known color: Neon Pink. HEX triplet: F3, 6E and D2. RGB value is (243,110,210). Sum of RGB (Red+Green+Blue) = 243+110+210=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F36ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36ED2 is #0C912D. Grayscale: #A0A0A0. Windows color (decimal): -823598 or 13790963. OLE color: 13790963.
HSL color Cylindrical-coordinate representation of color #F36ED2: hue angle of 314.89º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F36ED2 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 110 | 210 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.05 |
| HSL | 314.89º | 0.85% | 0.69% | - |
| HSV(B) | 314.89º | 0.55% | 0.95% | - |
| XYZ | 54.17 | 34.86 | 64.85 | - |
| YUV | 161.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 110 | 210 | 0 | 0.55 | 0.14 | 0.05 | 314.89 | 0.85 | 0.69 |
| Hex | F3 | 6E | D2 | 0 | 37 | E | 5 | 13B | 55 | 45 |
| Octal | 363 | 156 | 322 | 0 | 67 | 16 | 5 | 473 | 125 | 105 |
| Binary | 11110011 | 1101110 | 11010010 | 0 | 110111 | 1110 | 101 | 100111011 | 1010101 | 1000101 |
Color Harmonies of #F36ED2
Complementary color
Monochromatic Colors of #F36ED2
Black with #F36ED2
Text Example
Text Example
White with #F36ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36ED2; }
p { color: rgb(243,110,210); }
H1.HeaderClassName
{
color: #F36ED2;
}
.AnyTagClassName
{
color: #F36ED2;
}
</style>
background-color css
<style>
a { background-color: #F36ED2; }
a { background-color: rgb(243,110,210); }
div.DivClassName
{
background-color: #F36ED2;
}
.BgClassName
{
background-color: #F36ED2;
}
</style>
border-color css
<style>
span { border-color: #F36ED2; }
span { border-color: rgb(243,110,210); }
td.TdClassName
{
border-color: #F36ED2;
}
.TagClassName
{
border-color: #F36ED2;
}
</style>