Shades of Neon Pink #F05EC5
Tints of Neon Pink #F05EC5
RGB
CMYK
RGB Variations
Color information
#F05EC5 (or 0xF05EC5) is known color: Neon Pink. HEX triplet: F0, 5E and C5. RGB value is (240,94,197). Sum of RGB (Red+Green+Blue) = 240+94+197=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EC5 is #0FA13A. Grayscale: #959595. Windows color (decimal): -1024315 or 12934896. OLE color: 12934896.
HSL color Cylindrical-coordinate representation of color #F05EC5: hue angle of 317.67º 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 #F05EC5 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 197 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.06 |
| HSL | 317.67º | 0.83% | 0.65% | - |
| HSV(B) | 317.67º | 0.61% | 0.94% | - |
| XYZ | 50.02 | 30.56 | 56.09 | - |
| YUV | 149.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 197 | 0 | 0.61 | 0.18 | 0.06 | 317.67 | 0.83 | 0.65 |
| Hex | F0 | 5E | C5 | 0 | 3D | 12 | 6 | 13E | 53 | 41 |
| Octal | 360 | 136 | 305 | 0 | 75 | 22 | 6 | 476 | 123 | 101 |
| Binary | 11110000 | 1011110 | 11000101 | 0 | 111101 | 10010 | 110 | 100111110 | 1010011 | 1000001 |
Color Harmonies of #F05EC5
Complementary color
Monochromatic Colors of #F05EC5
Black with #F05EC5
Text Example
Text Example
White with #F05EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05EC5; }
p { color: rgb(240,94,197); }
H1.HeaderClassName
{
color: #F05EC5;
}
.AnyTagClassName
{
color: #F05EC5;
}
</style>
background-color css
<style>
a { background-color: #F05EC5; }
a { background-color: rgb(240,94,197); }
div.DivClassName
{
background-color: #F05EC5;
}
.BgClassName
{
background-color: #F05EC5;
}
</style>
border-color css
<style>
span { border-color: #F05EC5; }
span { border-color: rgb(240,94,197); }
td.TdClassName
{
border-color: #F05EC5;
}
.TagClassName
{
border-color: #F05EC5;
}
</style>