Shades of Neon Blue #4D45EF
Tints of Neon Blue #4D45EF
RGB
CMYK
RGB Variations
Color information
#4D45EF (or 0x4D45EF) is known color: Neon Blue. HEX triplet: 4D, 45 and EF. RGB value is (77,69,239). Sum of RGB (Red+Green+Blue) = 77+69+239=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D45EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D45EF is #B2BA10. Grayscale: #5A5A5A. Windows color (decimal): -11713041 or 15680845. OLE color: 15680845.
HSL color Cylindrical-coordinate representation of color #4D45EF: hue angle of 242.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D45EF is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 69 | 239 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.06 |
| HSL | 242.82º | 0.84% | 0.6% | - |
| HSV(B) | 242.82º | 0.71% | 0.94% | - |
| XYZ | 20.77 | 12.07 | 82.9 | - |
| YUV | 90.77 | 211.65 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 239 | 0.68 | 0.71 | 0 | 0.06 | 242.82 | 0.84 | 0.6 |
| Hex | 4D | 45 | EF | 44 | 47 | 0 | 6 | F3 | 54 | 3C |
| Octal | 115 | 105 | 357 | 104 | 107 | 0 | 6 | 363 | 124 | 74 |
| Binary | 1001101 | 1000101 | 11101111 | 1000100 | 1000111 | 0 | 110 | 11110011 | 1010100 | 111100 |
Color Harmonies of #4D45EF
Complementary color
Monochromatic Colors of #4D45EF
Black with #4D45EF
Text Example
Text Example
White with #4D45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45EF; }
p { color: rgb(77,69,239); }
H1.HeaderClassName
{
color: #4D45EF;
}
.AnyTagClassName
{
color: #4D45EF;
}
</style>
background-color css
<style>
a { background-color: #4D45EF; }
a { background-color: rgb(77,69,239); }
div.DivClassName
{
background-color: #4D45EF;
}
.BgClassName
{
background-color: #4D45EF;
}
</style>
border-color css
<style>
span { border-color: #4D45EF; }
span { border-color: rgb(77,69,239); }
td.TdClassName
{
border-color: #4D45EF;
}
.TagClassName
{
border-color: #4D45EF;
}
</style>