Shades of Neon Pink #F36AC2
Tints of Neon Pink #F36AC2
RGB
CMYK
RGB Variations
Color information
#F36AC2 (or 0xF36AC2) is known color: Neon Pink. HEX triplet: F3, 6A and C2. RGB value is (243,106,194). Sum of RGB (Red+Green+Blue) = 243+106+194=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F36AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36AC2 is #0C953D. Grayscale: #9C9C9C. Windows color (decimal): -824638 or 12741363. OLE color: 12741363.
HSL color Cylindrical-coordinate representation of color #F36AC2: hue angle of 321.46º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36AC2 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 194 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.05 |
| HSL | 321.46º | 0.85% | 0.68% | - |
| HSV(B) | 321.46º | 0.56% | 0.95% | - |
| XYZ | 51.85 | 33.26 | 54.73 | - |
| YUV | 157 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 194 | 0 | 0.56 | 0.20 | 0.05 | 321.46 | 0.85 | 0.68 |
| Hex | F3 | 6A | C2 | 0 | 38 | 14 | 5 | 141 | 55 | 44 |
| Octal | 363 | 152 | 302 | 0 | 70 | 24 | 5 | 501 | 125 | 104 |
| Binary | 11110011 | 1101010 | 11000010 | 0 | 111000 | 10100 | 101 | 101000001 | 1010101 | 1000100 |
Color Harmonies of #F36AC2
Complementary color
Monochromatic Colors of #F36AC2
Black with #F36AC2
Text Example
Text Example
White with #F36AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36AC2; }
p { color: rgb(243,106,194); }
H1.HeaderClassName
{
color: #F36AC2;
}
.AnyTagClassName
{
color: #F36AC2;
}
</style>
background-color css
<style>
a { background-color: #F36AC2; }
a { background-color: rgb(243,106,194); }
div.DivClassName
{
background-color: #F36AC2;
}
.BgClassName
{
background-color: #F36AC2;
}
</style>
border-color css
<style>
span { border-color: #F36AC2; }
span { border-color: rgb(243,106,194); }
td.TdClassName
{
border-color: #F36AC2;
}
.TagClassName
{
border-color: #F36AC2;
}
</style>