Shades of Neon Pink #F36FC0
Tints of Neon Pink #F36FC0
RGB
CMYK
RGB Variations
Color information
#F36FC0 (or 0xF36FC0) is known color: Neon Pink. HEX triplet: F3, 6F and C0. RGB value is (243,111,192). Sum of RGB (Red+Green+Blue) = 243+111+192=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F36FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36FC0 is #0C903F. Grayscale: #9F9F9F. Windows color (decimal): -823360 or 12611571. OLE color: 12611571.
HSL color Cylindrical-coordinate representation of color #F36FC0: hue angle of 323.18º 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 #F36FC0 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 192 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.05 |
| HSL | 323.18º | 0.85% | 0.69% | - |
| HSV(B) | 323.18º | 0.54% | 0.95% | - |
| XYZ | 52.16 | 34.23 | 53.73 | - |
| YUV | 159.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 192 | 0 | 0.54 | 0.21 | 0.05 | 323.18 | 0.85 | 0.69 |
| Hex | F3 | 6F | C0 | 0 | 36 | 15 | 5 | 143 | 55 | 45 |
| Octal | 363 | 157 | 300 | 0 | 66 | 25 | 5 | 503 | 125 | 105 |
| Binary | 11110011 | 1101111 | 11000000 | 0 | 110110 | 10101 | 101 | 101000011 | 1010101 | 1000101 |
Color Harmonies of #F36FC0
Complementary color
Monochromatic Colors of #F36FC0
Black with #F36FC0
Text Example
Text Example
White with #F36FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36FC0; }
p { color: rgb(243,111,192); }
H1.HeaderClassName
{
color: #F36FC0;
}
.AnyTagClassName
{
color: #F36FC0;
}
</style>
background-color css
<style>
a { background-color: #F36FC0; }
a { background-color: rgb(243,111,192); }
div.DivClassName
{
background-color: #F36FC0;
}
.BgClassName
{
background-color: #F36FC0;
}
</style>
border-color css
<style>
span { border-color: #F36FC0; }
span { border-color: rgb(243,111,192); }
td.TdClassName
{
border-color: #F36FC0;
}
.TagClassName
{
border-color: #F36FC0;
}
</style>