Shades of Neon Pink #F36FC2
Tints of Neon Pink #F36FC2
RGB
CMYK
RGB Variations
Color information
#F36FC2 (or 0xF36FC2) is known color: Neon Pink. HEX triplet: F3, 6F and C2. RGB value is (243,111,194). Sum of RGB (Red+Green+Blue) = 243+111+194=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F36FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36FC2 is #0C903D. Grayscale: #9F9F9F. Windows color (decimal): -823358 or 12742643. OLE color: 12742643.
HSL color Cylindrical-coordinate representation of color #F36FC2: hue angle of 322.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 #F36FC2 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 194 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.05 |
| HSL | 322.27º | 0.85% | 0.69% | - |
| HSV(B) | 322.27º | 0.54% | 0.95% | - |
| XYZ | 52.38 | 34.32 | 54.9 | - |
| YUV | 159.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 194 | 0 | 0.54 | 0.20 | 0.05 | 322.27 | 0.85 | 0.69 |
| Hex | F3 | 6F | C2 | 0 | 36 | 14 | 5 | 142 | 55 | 45 |
| Octal | 363 | 157 | 302 | 0 | 66 | 24 | 5 | 502 | 125 | 105 |
| Binary | 11110011 | 1101111 | 11000010 | 0 | 110110 | 10100 | 101 | 101000010 | 1010101 | 1000101 |
Color Harmonies of #F36FC2
Complementary color
Monochromatic Colors of #F36FC2
Black with #F36FC2
Text Example
Text Example
White with #F36FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36FC2; }
p { color: rgb(243,111,194); }
H1.HeaderClassName
{
color: #F36FC2;
}
.AnyTagClassName
{
color: #F36FC2;
}
</style>
background-color css
<style>
a { background-color: #F36FC2; }
a { background-color: rgb(243,111,194); }
div.DivClassName
{
background-color: #F36FC2;
}
.BgClassName
{
background-color: #F36FC2;
}
</style>
border-color css
<style>
span { border-color: #F36FC2; }
span { border-color: rgb(243,111,194); }
td.TdClassName
{
border-color: #F36FC2;
}
.TagClassName
{
border-color: #F36FC2;
}
</style>