Shades of Neon Pink #F36BCD
Tints of Neon Pink #F36BCD
RGB
CMYK
RGB Variations
Color information
#F36BCD (or 0xF36BCD) is known color: Neon Pink. HEX triplet: F3, 6B and CD. RGB value is (243,107,205). Sum of RGB (Red+Green+Blue) = 243+107+205=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F36BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36BCD is #0C9432. Grayscale: #9E9E9E. Windows color (decimal): -824371 or 13462515. OLE color: 13462515.
HSL color Cylindrical-coordinate representation of color #F36BCD: hue angle of 316.76º 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 #F36BCD is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 107 | 205 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.05 |
| HSL | 316.76º | 0.85% | 0.69% | - |
| HSV(B) | 316.76º | 0.56% | 0.95% | - |
| XYZ | 53.24 | 33.98 | 61.51 | - |
| YUV | 158.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 107 | 205 | 0 | 0.56 | 0.16 | 0.05 | 316.76 | 0.85 | 0.69 |
| Hex | F3 | 6B | CD | 0 | 38 | 10 | 5 | 13D | 55 | 45 |
| Octal | 363 | 153 | 315 | 0 | 70 | 20 | 5 | 475 | 125 | 105 |
| Binary | 11110011 | 1101011 | 11001101 | 0 | 111000 | 10000 | 101 | 100111101 | 1010101 | 1000101 |
Color Harmonies of #F36BCD
Complementary color
Monochromatic Colors of #F36BCD
Black with #F36BCD
Text Example
Text Example
White with #F36BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36BCD; }
p { color: rgb(243,107,205); }
H1.HeaderClassName
{
color: #F36BCD;
}
.AnyTagClassName
{
color: #F36BCD;
}
</style>
background-color css
<style>
a { background-color: #F36BCD; }
a { background-color: rgb(243,107,205); }
div.DivClassName
{
background-color: #F36BCD;
}
.BgClassName
{
background-color: #F36BCD;
}
</style>
border-color css
<style>
span { border-color: #F36BCD; }
span { border-color: rgb(243,107,205); }
td.TdClassName
{
border-color: #F36BCD;
}
.TagClassName
{
border-color: #F36BCD;
}
</style>