Shades of Neon Pink #F073D4
Tints of Neon Pink #F073D4
RGB
CMYK
RGB Variations
Color information
#F073D4 (or 0xF073D4) is known color: Neon Pink. HEX triplet: F0, 73 and D4. RGB value is (240,115,212). Sum of RGB (Red+Green+Blue) = 240+115+212=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F073D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073D4 is #0F8C2B. Grayscale: #A3A3A3. Windows color (decimal): -1018924 or 13923312. OLE color: 13923312.
HSL color Cylindrical-coordinate representation of color #F073D4: hue angle of 313.44º 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 #F073D4 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 212 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.06 |
| HSL | 313.44º | 0.81% | 0.7% | - |
| HSV(B) | 313.44º | 0.52% | 0.94% | - |
| XYZ | 53.95 | 35.54 | 66.3 | - |
| YUV | 163.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 212 | 0 | 0.52 | 0.12 | 0.06 | 313.44 | 0.81 | 0.7 |
| Hex | F0 | 73 | D4 | 0 | 34 | C | 6 | 139 | 51 | 46 |
| Octal | 360 | 163 | 324 | 0 | 64 | 14 | 6 | 471 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11010100 | 0 | 110100 | 1100 | 110 | 100111001 | 1010001 | 1000110 |
Color Harmonies of #F073D4
Complementary color
Monochromatic Colors of #F073D4
Black with #F073D4
Text Example
Text Example
White with #F073D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073D4; }
p { color: rgb(240,115,212); }
H1.HeaderClassName
{
color: #F073D4;
}
.AnyTagClassName
{
color: #F073D4;
}
</style>
background-color css
<style>
a { background-color: #F073D4; }
a { background-color: rgb(240,115,212); }
div.DivClassName
{
background-color: #F073D4;
}
.BgClassName
{
background-color: #F073D4;
}
</style>
border-color css
<style>
span { border-color: #F073D4; }
span { border-color: rgb(240,115,212); }
td.TdClassName
{
border-color: #F073D4;
}
.TagClassName
{
border-color: #F073D4;
}
</style>