Shades of Neon Pink #F370C0
Tints of Neon Pink #F370C0
RGB
CMYK
RGB Variations
Color information
#F370C0 (or 0xF370C0) is known color: Neon Pink. HEX triplet: F3, 70 and C0. RGB value is (243,112,192). Sum of RGB (Red+Green+Blue) = 243+112+192=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F370C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370C0 is #0C8F3F. Grayscale: #A0A0A0. Windows color (decimal): -823104 or 12611827. OLE color: 12611827.
HSL color Cylindrical-coordinate representation of color #F370C0: hue angle of 323.36º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370C0 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 192 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.05 |
| HSL | 323.36º | 0.85% | 0.7% | - |
| HSV(B) | 323.36º | 0.54% | 0.95% | - |
| XYZ | 52.27 | 34.45 | 53.76 | - |
| YUV | 160.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 192 | 0 | 0.54 | 0.21 | 0.05 | 323.36 | 0.85 | 0.7 |
| Hex | F3 | 70 | C0 | 0 | 36 | 15 | 5 | 143 | 55 | 46 |
| Octal | 363 | 160 | 300 | 0 | 66 | 25 | 5 | 503 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11000000 | 0 | 110110 | 10101 | 101 | 101000011 | 1010101 | 1000110 |
Color Harmonies of #F370C0
Complementary color
Monochromatic Colors of #F370C0
Black with #F370C0
Text Example
Text Example
White with #F370C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370C0; }
p { color: rgb(243,112,192); }
H1.HeaderClassName
{
color: #F370C0;
}
.AnyTagClassName
{
color: #F370C0;
}
</style>
background-color css
<style>
a { background-color: #F370C0; }
a { background-color: rgb(243,112,192); }
div.DivClassName
{
background-color: #F370C0;
}
.BgClassName
{
background-color: #F370C0;
}
</style>
border-color css
<style>
span { border-color: #F370C0; }
span { border-color: rgb(243,112,192); }
td.TdClassName
{
border-color: #F370C0;
}
.TagClassName
{
border-color: #F370C0;
}
</style>