Shades of Neon Pink #F36FCD
Tints of Neon Pink #F36FCD
RGB
CMYK
RGB Variations
Color information
#F36FCD (or 0xF36FCD) is known color: Neon Pink. HEX triplet: F3, 6F and CD. RGB value is (243,111,205). Sum of RGB (Red+Green+Blue) = 243+111+205=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F36FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36FCD is #0C9032. Grayscale: #A0A0A0. Windows color (decimal): -823347 or 13463539. OLE color: 13463539.
HSL color Cylindrical-coordinate representation of color #F36FCD: hue angle of 317.27º 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 #F36FCD is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 205 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.05 |
| HSL | 317.27º | 0.85% | 0.69% | - |
| HSV(B) | 317.27º | 0.54% | 0.95% | - |
| XYZ | 53.67 | 34.83 | 61.65 | - |
| YUV | 161.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 205 | 0 | 0.54 | 0.16 | 0.05 | 317.27 | 0.85 | 0.69 |
| Hex | F3 | 6F | CD | 0 | 36 | 10 | 5 | 13D | 55 | 45 |
| Octal | 363 | 157 | 315 | 0 | 66 | 20 | 5 | 475 | 125 | 105 |
| Binary | 11110011 | 1101111 | 11001101 | 0 | 110110 | 10000 | 101 | 100111101 | 1010101 | 1000101 |
Color Harmonies of #F36FCD
Complementary color
Monochromatic Colors of #F36FCD
Black with #F36FCD
Text Example
Text Example
White with #F36FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36FCD; }
p { color: rgb(243,111,205); }
H1.HeaderClassName
{
color: #F36FCD;
}
.AnyTagClassName
{
color: #F36FCD;
}
</style>
background-color css
<style>
a { background-color: #F36FCD; }
a { background-color: rgb(243,111,205); }
div.DivClassName
{
background-color: #F36FCD;
}
.BgClassName
{
background-color: #F36FCD;
}
</style>
border-color css
<style>
span { border-color: #F36FCD; }
span { border-color: rgb(243,111,205); }
td.TdClassName
{
border-color: #F36FCD;
}
.TagClassName
{
border-color: #F36FCD;
}
</style>