Shades of Neon Pink #F374D3
Tints of Neon Pink #F374D3
RGB
CMYK
RGB Variations
Color information
#F374D3 (or 0xF374D3) is known color: Neon Pink. HEX triplet: F3, 74 and D3. RGB value is (243,116,211). Sum of RGB (Red+Green+Blue) = 243+116+211=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F374D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374D3 is #0C8B2C. Grayscale: #A4A4A4. Windows color (decimal): -822061 or 13858035. OLE color: 13858035.
HSL color Cylindrical-coordinate representation of color #F374D3: hue angle of 315.12º 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 #F374D3 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 211 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.05 |
| HSL | 315.12º | 0.84% | 0.7% | - |
| HSV(B) | 315.12º | 0.52% | 0.95% | - |
| XYZ | 54.97 | 36.25 | 65.73 | - |
| YUV | 164.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 211 | 0 | 0.52 | 0.13 | 0.05 | 315.12 | 0.84 | 0.7 |
| Hex | F3 | 74 | D3 | 0 | 34 | D | 5 | 13B | 54 | 46 |
| Octal | 363 | 164 | 323 | 0 | 64 | 15 | 5 | 473 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11010011 | 0 | 110100 | 1101 | 101 | 100111011 | 1010100 | 1000110 |
Color Harmonies of #F374D3
Complementary color
Monochromatic Colors of #F374D3
Black with #F374D3
Text Example
Text Example
White with #F374D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374D3; }
p { color: rgb(243,116,211); }
H1.HeaderClassName
{
color: #F374D3;
}
.AnyTagClassName
{
color: #F374D3;
}
</style>
background-color css
<style>
a { background-color: #F374D3; }
a { background-color: rgb(243,116,211); }
div.DivClassName
{
background-color: #F374D3;
}
.BgClassName
{
background-color: #F374D3;
}
</style>
border-color css
<style>
span { border-color: #F374D3; }
span { border-color: rgb(243,116,211); }
td.TdClassName
{
border-color: #F374D3;
}
.TagClassName
{
border-color: #F374D3;
}
</style>