Shades of Neon Pink #F36ECD
Tints of Neon Pink #F36ECD
RGB
CMYK
RGB Variations
Color information
#F36ECD (or 0xF36ECD) is known color: Neon Pink. HEX triplet: F3, 6E and CD. RGB value is (243,110,205). Sum of RGB (Red+Green+Blue) = 243+110+205=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F36ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36ECD is #0C9132. Grayscale: #A0A0A0. Windows color (decimal): -823603 or 13463283. OLE color: 13463283.
HSL color Cylindrical-coordinate representation of color #F36ECD: hue angle of 317.14º 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 #F36ECD is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 110 | 205 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.05 |
| HSL | 317.14º | 0.85% | 0.69% | - |
| HSV(B) | 317.14º | 0.55% | 0.95% | - |
| XYZ | 53.56 | 34.61 | 61.62 | - |
| YUV | 160.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 110 | 205 | 0 | 0.55 | 0.16 | 0.05 | 317.14 | 0.85 | 0.69 |
| Hex | F3 | 6E | CD | 0 | 37 | 10 | 5 | 13D | 55 | 45 |
| Octal | 363 | 156 | 315 | 0 | 67 | 20 | 5 | 475 | 125 | 105 |
| Binary | 11110011 | 1101110 | 11001101 | 0 | 110111 | 10000 | 101 | 100111101 | 1010101 | 1000101 |
Color Harmonies of #F36ECD
Complementary color
Monochromatic Colors of #F36ECD
Black with #F36ECD
Text Example
Text Example
White with #F36ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36ECD; }
p { color: rgb(243,110,205); }
H1.HeaderClassName
{
color: #F36ECD;
}
.AnyTagClassName
{
color: #F36ECD;
}
</style>
background-color css
<style>
a { background-color: #F36ECD; }
a { background-color: rgb(243,110,205); }
div.DivClassName
{
background-color: #F36ECD;
}
.BgClassName
{
background-color: #F36ECD;
}
</style>
border-color css
<style>
span { border-color: #F36ECD; }
span { border-color: rgb(243,110,205); }
td.TdClassName
{
border-color: #F36ECD;
}
.TagClassName
{
border-color: #F36ECD;
}
</style>