Shades of Neon Pink #F05EC6
Tints of Neon Pink #F05EC6
RGB
CMYK
RGB Variations
Color information
#F05EC6 (or 0xF05EC6) is known color: Neon Pink. HEX triplet: F0, 5E and C6. RGB value is (240,94,198). Sum of RGB (Red+Green+Blue) = 240+94+198=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EC6 is #0FA139. Grayscale: #959595. Windows color (decimal): -1024314 or 13000432. OLE color: 13000432.
HSL color Cylindrical-coordinate representation of color #F05EC6: hue angle of 317.26º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EC6 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 198 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.06 |
| HSL | 317.26º | 0.83% | 0.65% | - |
| HSV(B) | 317.26º | 0.61% | 0.94% | - |
| XYZ | 50.13 | 30.61 | 56.69 | - |
| YUV | 149.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 198 | 0 | 0.61 | 0.18 | 0.06 | 317.26 | 0.83 | 0.65 |
| Hex | F0 | 5E | C6 | 0 | 3D | 12 | 6 | 13D | 53 | 41 |
| Octal | 360 | 136 | 306 | 0 | 75 | 22 | 6 | 475 | 123 | 101 |
| Binary | 11110000 | 1011110 | 11000110 | 0 | 111101 | 10010 | 110 | 100111101 | 1010011 | 1000001 |
Color Harmonies of #F05EC6
Complementary color
Monochromatic Colors of #F05EC6
Black with #F05EC6
Text Example
Text Example
White with #F05EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05EC6; }
p { color: rgb(240,94,198); }
H1.HeaderClassName
{
color: #F05EC6;
}
.AnyTagClassName
{
color: #F05EC6;
}
</style>
background-color css
<style>
a { background-color: #F05EC6; }
a { background-color: rgb(240,94,198); }
div.DivClassName
{
background-color: #F05EC6;
}
.BgClassName
{
background-color: #F05EC6;
}
</style>
border-color css
<style>
span { border-color: #F05EC6; }
span { border-color: rgb(240,94,198); }
td.TdClassName
{
border-color: #F05EC6;
}
.TagClassName
{
border-color: #F05EC6;
}
</style>