Shades of Neon Pink #F370C7
Tints of Neon Pink #F370C7
RGB
CMYK
RGB Variations
Color information
#F370C7 (or 0xF370C7) is known color: Neon Pink. HEX triplet: F3, 70 and C7. RGB value is (243,112,199). Sum of RGB (Red+Green+Blue) = 243+112+199=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F370C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370C7 is #0C8F38. Grayscale: #A0A0A0. Windows color (decimal): -823097 or 13070579. OLE color: 13070579.
HSL color Cylindrical-coordinate representation of color #F370C7: hue angle of 320.15º 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 #F370C7 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 199 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.05 |
| HSL | 320.15º | 0.85% | 0.7% | - |
| HSV(B) | 320.15º | 0.54% | 0.95% | - |
| XYZ | 53.07 | 34.77 | 57.95 | - |
| YUV | 161.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 199 | 0 | 0.54 | 0.18 | 0.05 | 320.15 | 0.85 | 0.7 |
| Hex | F3 | 70 | C7 | 0 | 36 | 12 | 5 | 140 | 55 | 46 |
| Octal | 363 | 160 | 307 | 0 | 66 | 22 | 5 | 500 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11000111 | 0 | 110110 | 10010 | 101 | 101000000 | 1010101 | 1000110 |
Color Harmonies of #F370C7
Complementary color
Monochromatic Colors of #F370C7
Black with #F370C7
Text Example
Text Example
White with #F370C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370C7; }
p { color: rgb(243,112,199); }
H1.HeaderClassName
{
color: #F370C7;
}
.AnyTagClassName
{
color: #F370C7;
}
</style>
background-color css
<style>
a { background-color: #F370C7; }
a { background-color: rgb(243,112,199); }
div.DivClassName
{
background-color: #F370C7;
}
.BgClassName
{
background-color: #F370C7;
}
</style>
border-color css
<style>
span { border-color: #F370C7; }
span { border-color: rgb(243,112,199); }
td.TdClassName
{
border-color: #F370C7;
}
.TagClassName
{
border-color: #F370C7;
}
</style>