Shades of Neon Pink #F45EC6
Tints of Neon Pink #F45EC6
RGB
CMYK
RGB Variations
Color information
#F45EC6 (or 0xF45EC6) is known color: Neon Pink. HEX triplet: F4, 5E and C6. RGB value is (244,94,198). Sum of RGB (Red+Green+Blue) = 244+94+198=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45EC6 is #0BA139. Grayscale: #969696. Windows color (decimal): -762170 or 13000436. OLE color: 13000436.
HSL color Cylindrical-coordinate representation of color #F45EC6: hue angle of 318.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45EC6 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 198 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.04 |
| HSL | 318.4º | 0.87% | 0.66% | - |
| HSV(B) | 318.4º | 0.61% | 0.96% | - |
| XYZ | 51.5 | 31.32 | 56.76 | - |
| YUV | 150.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 198 | 0 | 0.61 | 0.19 | 0.04 | 318.4 | 0.87 | 0.66 |
| Hex | F4 | 5E | C6 | 0 | 3D | 13 | 4 | 13E | 57 | 42 |
| Octal | 364 | 136 | 306 | 0 | 75 | 23 | 4 | 476 | 127 | 102 |
| Binary | 11110100 | 1011110 | 11000110 | 0 | 111101 | 10011 | 100 | 100111110 | 1010111 | 1000010 |
Color Harmonies of #F45EC6
Complementary color
Monochromatic Colors of #F45EC6
Black with #F45EC6
Text Example
Text Example
White with #F45EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45EC6; }
p { color: rgb(244,94,198); }
H1.HeaderClassName
{
color: #F45EC6;
}
.AnyTagClassName
{
color: #F45EC6;
}
</style>
background-color css
<style>
a { background-color: #F45EC6; }
a { background-color: rgb(244,94,198); }
div.DivClassName
{
background-color: #F45EC6;
}
.BgClassName
{
background-color: #F45EC6;
}
</style>
border-color css
<style>
span { border-color: #F45EC6; }
span { border-color: rgb(244,94,198); }
td.TdClassName
{
border-color: #F45EC6;
}
.TagClassName
{
border-color: #F45EC6;
}
</style>