Shades of Neon Pink #F074D3
Tints of Neon Pink #F074D3
RGB
CMYK
RGB Variations
Color information
#F074D3 (or 0xF074D3) is known color: Neon Pink. HEX triplet: F0, 74 and D3. RGB value is (240,116,211). Sum of RGB (Red+Green+Blue) = 240+116+211=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F074D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074D3 is #0F8B2C. Grayscale: #A3A3A3. Windows color (decimal): -1018669 or 13858032. OLE color: 13858032.
HSL color Cylindrical-coordinate representation of color #F074D3: hue angle of 314.03º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074D3 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 211 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.06 |
| HSL | 314.03º | 0.81% | 0.7% | - |
| HSV(B) | 314.03º | 0.52% | 0.94% | - |
| XYZ | 53.94 | 35.72 | 65.68 | - |
| YUV | 163.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 211 | 0 | 0.52 | 0.12 | 0.06 | 314.03 | 0.81 | 0.7 |
| Hex | F0 | 74 | D3 | 0 | 34 | C | 6 | 13A | 51 | 46 |
| Octal | 360 | 164 | 323 | 0 | 64 | 14 | 6 | 472 | 121 | 106 |
| Binary | 11110000 | 1110100 | 11010011 | 0 | 110100 | 1100 | 110 | 100111010 | 1010001 | 1000110 |
Color Harmonies of #F074D3
Complementary color
Monochromatic Colors of #F074D3
Black with #F074D3
Text Example
Text Example
White with #F074D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074D3; }
p { color: rgb(240,116,211); }
H1.HeaderClassName
{
color: #F074D3;
}
.AnyTagClassName
{
color: #F074D3;
}
</style>
background-color css
<style>
a { background-color: #F074D3; }
a { background-color: rgb(240,116,211); }
div.DivClassName
{
background-color: #F074D3;
}
.BgClassName
{
background-color: #F074D3;
}
</style>
border-color css
<style>
span { border-color: #F074D3; }
span { border-color: rgb(240,116,211); }
td.TdClassName
{
border-color: #F074D3;
}
.TagClassName
{
border-color: #F074D3;
}
</style>