Shades of Neon Pink #FF5EC5
Tints of Neon Pink #FF5EC5
RGB
CMYK
RGB Variations
Color information
#FF5EC5 (or 0xFF5EC5) is known color: Neon Pink. HEX triplet: FF, 5E and C5. RGB value is (255,94,197). Sum of RGB (Red+Green+Blue) = 255+94+197=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EC5 is #00A13A. Grayscale: #999999. Windows color (decimal): -41275 or 12934911. OLE color: 12934911.
HSL color Cylindrical-coordinate representation of color #FF5EC5: hue angle of 321.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EC5 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 197 | - |
| CMYK | 0 | 0.63 | 0.23 | 0 |
| HSL | 321.61º | 1% | 0.68% | - |
| HSV(B) | 321.61º | 0.63% | 1% | - |
| XYZ | 55.32 | 33.3 | 56.33 | - |
| YUV | 153.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 197 | 0 | 0.63 | 0.23 | 0 | 321.61 | 1 | 0.68 |
| Hex | FF | 5E | C5 | 0 | 3F | 17 | 0 | 142 | 64 | 44 |
| Octal | 377 | 136 | 305 | 0 | 77 | 27 | 0 | 502 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11000101 | 0 | 111111 | 10111 | 0 | 101000010 | 1100100 | 1000100 |
Color Harmonies of #FF5EC5
Complementary color
Monochromatic Colors of #FF5EC5
Black with #FF5EC5
Text Example
Text Example
White with #FF5EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EC5; }
p { color: rgb(255,94,197); }
H1.HeaderClassName
{
color: #FF5EC5;
}
.AnyTagClassName
{
color: #FF5EC5;
}
</style>
background-color css
<style>
a { background-color: #FF5EC5; }
a { background-color: rgb(255,94,197); }
div.DivClassName
{
background-color: #FF5EC5;
}
.BgClassName
{
background-color: #FF5EC5;
}
</style>
border-color css
<style>
span { border-color: #FF5EC5; }
span { border-color: rgb(255,94,197); }
td.TdClassName
{
border-color: #FF5EC5;
}
.TagClassName
{
border-color: #FF5EC5;
}
</style>