Shades of Neon Pink #F36CCD
Tints of Neon Pink #F36CCD
RGB
CMYK
RGB Variations
Color information
#F36CCD (or 0xF36CCD) is known color: Neon Pink. HEX triplet: F3, 6C and CD. RGB value is (243,108,205). Sum of RGB (Red+Green+Blue) = 243+108+205=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F36CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36CCD is #0C9332. Grayscale: #9F9F9F. Windows color (decimal): -824115 or 13462771. OLE color: 13462771.
HSL color Cylindrical-coordinate representation of color #F36CCD: hue angle of 316.89º 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 #F36CCD is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 205 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.05 |
| HSL | 316.89º | 0.85% | 0.69% | - |
| HSV(B) | 316.89º | 0.56% | 0.95% | - |
| XYZ | 53.34 | 34.19 | 61.54 | - |
| YUV | 159.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 205 | 0 | 0.56 | 0.16 | 0.05 | 316.89 | 0.85 | 0.69 |
| Hex | F3 | 6C | CD | 0 | 38 | 10 | 5 | 13D | 55 | 45 |
| Octal | 363 | 154 | 315 | 0 | 70 | 20 | 5 | 475 | 125 | 105 |
| Binary | 11110011 | 1101100 | 11001101 | 0 | 111000 | 10000 | 101 | 100111101 | 1010101 | 1000101 |
Color Harmonies of #F36CCD
Complementary color
Monochromatic Colors of #F36CCD
Black with #F36CCD
Text Example
Text Example
White with #F36CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36CCD; }
p { color: rgb(243,108,205); }
H1.HeaderClassName
{
color: #F36CCD;
}
.AnyTagClassName
{
color: #F36CCD;
}
</style>
background-color css
<style>
a { background-color: #F36CCD; }
a { background-color: rgb(243,108,205); }
div.DivClassName
{
background-color: #F36CCD;
}
.BgClassName
{
background-color: #F36CCD;
}
</style>
border-color css
<style>
span { border-color: #F36CCD; }
span { border-color: rgb(243,108,205); }
td.TdClassName
{
border-color: #F36CCD;
}
.TagClassName
{
border-color: #F36CCD;
}
</style>