Shades of Neon Pink #F374D2
Tints of Neon Pink #F374D2
RGB
CMYK
RGB Variations
Color information
#F374D2 (or 0xF374D2) is known color: Neon Pink. HEX triplet: F3, 74 and D2. RGB value is (243,116,210). Sum of RGB (Red+Green+Blue) = 243+116+210=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F374D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374D2 is #0C8B2D. Grayscale: #A4A4A4. Windows color (decimal): -822062 or 13792499. OLE color: 13792499.
HSL color Cylindrical-coordinate representation of color #F374D2: hue angle of 315.59º 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 #F374D2 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 210 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.05 |
| HSL | 315.59º | 0.84% | 0.7% | - |
| HSV(B) | 315.59º | 0.52% | 0.95% | - |
| XYZ | 54.84 | 36.2 | 65.07 | - |
| YUV | 164.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 210 | 0 | 0.52 | 0.14 | 0.05 | 315.59 | 0.84 | 0.7 |
| Hex | F3 | 74 | D2 | 0 | 34 | E | 5 | 13C | 54 | 46 |
| Octal | 363 | 164 | 322 | 0 | 64 | 16 | 5 | 474 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11010010 | 0 | 110100 | 1110 | 101 | 100111100 | 1010100 | 1000110 |
Color Harmonies of #F374D2
Complementary color
Monochromatic Colors of #F374D2
Black with #F374D2
Text Example
Text Example
White with #F374D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374D2; }
p { color: rgb(243,116,210); }
H1.HeaderClassName
{
color: #F374D2;
}
.AnyTagClassName
{
color: #F374D2;
}
</style>
background-color css
<style>
a { background-color: #F374D2; }
a { background-color: rgb(243,116,210); }
div.DivClassName
{
background-color: #F374D2;
}
.BgClassName
{
background-color: #F374D2;
}
</style>
border-color css
<style>
span { border-color: #F374D2; }
span { border-color: rgb(243,116,210); }
td.TdClassName
{
border-color: #F374D2;
}
.TagClassName
{
border-color: #F374D2;
}
</style>