Shades of Neon Blue #4D41E7
Tints of Neon Blue #4D41E7
RGB
CMYK
RGB Variations
Color information
#4D41E7 (or 0x4D41E7) is known color: Neon Blue. HEX triplet: 4D, 41 and E7. RGB value is (77,65,231). Sum of RGB (Red+Green+Blue) = 77+65+231=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 231 (90.62% from 255 or 61.93% from 373); Max value from RGB is 231 - color contains mainly: blue. Hex color #4D41E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D41E7 is #B2BE18. Grayscale: #565656. Windows color (decimal): -11714073 or 15155533. OLE color: 15155533.
HSL color Cylindrical-coordinate representation of color #4D41E7: hue angle of 244.34º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D41E7 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 65 | 231 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.09 |
| HSL | 244.34º | 0.78% | 0.58% | - |
| HSV(B) | 244.34º | 0.72% | 0.91% | - |
| XYZ | 19.37 | 11.13 | 76.73 | - |
| YUV | 87.51 | 208.98 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 231 | 0.67 | 0.72 | 0 | 0.09 | 244.34 | 0.78 | 0.58 |
| Hex | 4D | 41 | E7 | 43 | 48 | 0 | 9 | F4 | 4E | 3A |
| Octal | 115 | 101 | 347 | 103 | 110 | 0 | 11 | 364 | 116 | 72 |
| Binary | 1001101 | 1000001 | 11100111 | 1000011 | 1001000 | 0 | 1001 | 11110100 | 1001110 | 111010 |
Color Harmonies of #4D41E7
Complementary color
Monochromatic Colors of #4D41E7
Black with #4D41E7
Text Example
Text Example
White with #4D41E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D41E7; }
p { color: rgb(77,65,231); }
H1.HeaderClassName
{
color: #4D41E7;
}
.AnyTagClassName
{
color: #4D41E7;
}
</style>
background-color css
<style>
a { background-color: #4D41E7; }
a { background-color: rgb(77,65,231); }
div.DivClassName
{
background-color: #4D41E7;
}
.BgClassName
{
background-color: #4D41E7;
}
</style>
border-color css
<style>
span { border-color: #4D41E7; }
span { border-color: rgb(77,65,231); }
td.TdClassName
{
border-color: #4D41E7;
}
.TagClassName
{
border-color: #4D41E7;
}
</style>