Shades of Neon Pink #F374D4
Tints of Neon Pink #F374D4
RGB
CMYK
RGB Variations
Color information
#F374D4 (or 0xF374D4) is known color: Neon Pink. HEX triplet: F3, 74 and D4. RGB value is (243,116,212). Sum of RGB (Red+Green+Blue) = 243+116+212=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F374D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374D4 is #0C8B2B. Grayscale: #A4A4A4. Windows color (decimal): -822060 or 13923571. OLE color: 13923571.
HSL color Cylindrical-coordinate representation of color #F374D4: hue angle of 314.65º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F374D4 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 212 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.05 |
| HSL | 314.65º | 0.84% | 0.7% | - |
| HSV(B) | 314.65º | 0.52% | 0.95% | - |
| XYZ | 55.09 | 36.3 | 66.39 | - |
| YUV | 164.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 212 | 0 | 0.52 | 0.13 | 0.05 | 314.65 | 0.84 | 0.7 |
| Hex | F3 | 74 | D4 | 0 | 34 | D | 5 | 13B | 54 | 46 |
| Octal | 363 | 164 | 324 | 0 | 64 | 15 | 5 | 473 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11010100 | 0 | 110100 | 1101 | 101 | 100111011 | 1010100 | 1000110 |
Color Harmonies of #F374D4
Complementary color
Monochromatic Colors of #F374D4
Black with #F374D4
Text Example
Text Example
White with #F374D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374D4; }
p { color: rgb(243,116,212); }
H1.HeaderClassName
{
color: #F374D4;
}
.AnyTagClassName
{
color: #F374D4;
}
</style>
background-color css
<style>
a { background-color: #F374D4; }
a { background-color: rgb(243,116,212); }
div.DivClassName
{
background-color: #F374D4;
}
.BgClassName
{
background-color: #F374D4;
}
</style>
border-color css
<style>
span { border-color: #F374D4; }
span { border-color: rgb(243,116,212); }
td.TdClassName
{
border-color: #F374D4;
}
.TagClassName
{
border-color: #F374D4;
}
</style>