Shades of Neon Pink #F45ECE
Tints of Neon Pink #F45ECE
RGB
CMYK
RGB Variations
Color information
#F45ECE (or 0xF45ECE) is known color: Neon Pink. HEX triplet: F4, 5E and CE. RGB value is (244,94,206). Sum of RGB (Red+Green+Blue) = 244+94+206=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ECE is #0BA131. Grayscale: #979797. Windows color (decimal): -762162 or 13524724. OLE color: 13524724.
HSL color Cylindrical-coordinate representation of color #F45ECE: hue angle of 315.2º 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 #F45ECE is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 206 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.04 |
| HSL | 315.2º | 0.87% | 0.66% | - |
| HSV(B) | 315.2º | 0.61% | 0.96% | - |
| XYZ | 52.45 | 31.69 | 61.75 | - |
| YUV | 151.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 206 | 0 | 0.61 | 0.16 | 0.04 | 315.2 | 0.87 | 0.66 |
| Hex | F4 | 5E | CE | 0 | 3D | 10 | 4 | 13B | 57 | 42 |
| Octal | 364 | 136 | 316 | 0 | 75 | 20 | 4 | 473 | 127 | 102 |
| Binary | 11110100 | 1011110 | 11001110 | 0 | 111101 | 10000 | 100 | 100111011 | 1010111 | 1000010 |
Color Harmonies of #F45ECE
Complementary color
Monochromatic Colors of #F45ECE
Black with #F45ECE
Text Example
Text Example
White with #F45ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45ECE; }
p { color: rgb(244,94,206); }
H1.HeaderClassName
{
color: #F45ECE;
}
.AnyTagClassName
{
color: #F45ECE;
}
</style>
background-color css
<style>
a { background-color: #F45ECE; }
a { background-color: rgb(244,94,206); }
div.DivClassName
{
background-color: #F45ECE;
}
.BgClassName
{
background-color: #F45ECE;
}
</style>
border-color css
<style>
span { border-color: #F45ECE; }
span { border-color: rgb(244,94,206); }
td.TdClassName
{
border-color: #F45ECE;
}
.TagClassName
{
border-color: #F45ECE;
}
</style>