Shades of Neon Blue #4D45EA
Tints of Neon Blue #4D45EA
RGB
CMYK
RGB Variations
Color information
#4D45EA (or 0x4D45EA) is known color: Neon Blue. HEX triplet: 4D, 45 and EA. RGB value is (77,69,234). Sum of RGB (Red+Green+Blue) = 77+69+234=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D45EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D45EA is #B2BA15. Grayscale: #595959. Windows color (decimal): -11713046 or 15353165. OLE color: 15353165.
HSL color Cylindrical-coordinate representation of color #4D45EA: hue angle of 242.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D45EA is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 69 | 234 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.08 |
| HSL | 242.91º | 0.8% | 0.59% | - |
| HSV(B) | 242.91º | 0.71% | 0.92% | - |
| XYZ | 20.04 | 11.77 | 79.06 | - |
| YUV | 90.2 | 209.15 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 234 | 0.67 | 0.71 | 0 | 0.08 | 242.91 | 0.8 | 0.59 |
| Hex | 4D | 45 | EA | 43 | 47 | 0 | 8 | F3 | 50 | 3B |
| Octal | 115 | 105 | 352 | 103 | 107 | 0 | 10 | 363 | 120 | 73 |
| Binary | 1001101 | 1000101 | 11101010 | 1000011 | 1000111 | 0 | 1000 | 11110011 | 1010000 | 111011 |
Color Harmonies of #4D45EA
Complementary color
Monochromatic Colors of #4D45EA
Black with #4D45EA
Text Example
Text Example
White with #4D45EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45EA; }
p { color: rgb(77,69,234); }
H1.HeaderClassName
{
color: #4D45EA;
}
.AnyTagClassName
{
color: #4D45EA;
}
</style>
background-color css
<style>
a { background-color: #4D45EA; }
a { background-color: rgb(77,69,234); }
div.DivClassName
{
background-color: #4D45EA;
}
.BgClassName
{
background-color: #4D45EA;
}
</style>
border-color css
<style>
span { border-color: #4D45EA; }
span { border-color: rgb(77,69,234); }
td.TdClassName
{
border-color: #4D45EA;
}
.TagClassName
{
border-color: #4D45EA;
}
</style>