Shades of Neon Pink #F36DCA
Tints of Neon Pink #F36DCA
RGB
CMYK
RGB Variations
Color information
#F36DCA (or 0xF36DCA) is known color: Neon Pink. HEX triplet: F3, 6D and CA. RGB value is (243,109,202). Sum of RGB (Red+Green+Blue) = 243+109+202=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F36DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36DCA is #0C9235. Grayscale: #9F9F9F. Windows color (decimal): -823862 or 13266419. OLE color: 13266419.
HSL color Cylindrical-coordinate representation of color #F36DCA: hue angle of 318.36º 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 #F36DCA is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 202 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.05 |
| HSL | 318.36º | 0.85% | 0.69% | - |
| HSV(B) | 318.36º | 0.55% | 0.95% | - |
| XYZ | 53.09 | 34.26 | 59.69 | - |
| YUV | 159.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 202 | 0 | 0.55 | 0.17 | 0.05 | 318.36 | 0.85 | 0.69 |
| Hex | F3 | 6D | CA | 0 | 37 | 11 | 5 | 13E | 55 | 45 |
| Octal | 363 | 155 | 312 | 0 | 67 | 21 | 5 | 476 | 125 | 105 |
| Binary | 11110011 | 1101101 | 11001010 | 0 | 110111 | 10001 | 101 | 100111110 | 1010101 | 1000101 |
Color Harmonies of #F36DCA
Complementary color
Monochromatic Colors of #F36DCA
Black with #F36DCA
Text Example
Text Example
White with #F36DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36DCA; }
p { color: rgb(243,109,202); }
H1.HeaderClassName
{
color: #F36DCA;
}
.AnyTagClassName
{
color: #F36DCA;
}
</style>
background-color css
<style>
a { background-color: #F36DCA; }
a { background-color: rgb(243,109,202); }
div.DivClassName
{
background-color: #F36DCA;
}
.BgClassName
{
background-color: #F36DCA;
}
</style>
border-color css
<style>
span { border-color: #F36DCA; }
span { border-color: rgb(243,109,202); }
td.TdClassName
{
border-color: #F36DCA;
}
.TagClassName
{
border-color: #F36DCA;
}
</style>