Shades of Neon Pink #F370D4
Tints of Neon Pink #F370D4
RGB
CMYK
RGB Variations
Color information
#F370D4 (or 0xF370D4) is known color: Neon Pink. HEX triplet: F3, 70 and D4. RGB value is (243,112,212). Sum of RGB (Red+Green+Blue) = 243+112+212=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F370D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370D4 is #0C8F2B. Grayscale: #A2A2A2. Windows color (decimal): -823084 or 13922547. OLE color: 13922547.
HSL color Cylindrical-coordinate representation of color #F370D4: hue angle of 314.2º 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 #F370D4 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 212 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.05 |
| HSL | 314.2º | 0.85% | 0.7% | - |
| HSV(B) | 314.2º | 0.54% | 0.95% | - |
| XYZ | 54.64 | 35.4 | 66.24 | - |
| YUV | 162.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 212 | 0 | 0.54 | 0.13 | 0.05 | 314.2 | 0.85 | 0.7 |
| Hex | F3 | 70 | D4 | 0 | 36 | D | 5 | 13A | 55 | 46 |
| Octal | 363 | 160 | 324 | 0 | 66 | 15 | 5 | 472 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11010100 | 0 | 110110 | 1101 | 101 | 100111010 | 1010101 | 1000110 |
Color Harmonies of #F370D4
Complementary color
Monochromatic Colors of #F370D4
Black with #F370D4
Text Example
Text Example
White with #F370D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370D4; }
p { color: rgb(243,112,212); }
H1.HeaderClassName
{
color: #F370D4;
}
.AnyTagClassName
{
color: #F370D4;
}
</style>
background-color css
<style>
a { background-color: #F370D4; }
a { background-color: rgb(243,112,212); }
div.DivClassName
{
background-color: #F370D4;
}
.BgClassName
{
background-color: #F370D4;
}
</style>
border-color css
<style>
span { border-color: #F370D4; }
span { border-color: rgb(243,112,212); }
td.TdClassName
{
border-color: #F370D4;
}
.TagClassName
{
border-color: #F370D4;
}
</style>