Shades of Neon Blue #4D48EA
Tints of Neon Blue #4D48EA
RGB
CMYK
RGB Variations
Color information
#4D48EA (or 0x4D48EA) is known color: Neon Blue. HEX triplet: 4D, 48 and EA. RGB value is (77,72,234). Sum of RGB (Red+Green+Blue) = 77+72+234=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D48EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D48EA is #B2B715. Grayscale: #5B5B5B. Windows color (decimal): -11712278 or 15353933. OLE color: 15353933.
HSL color Cylindrical-coordinate representation of color #4D48EA: hue angle of 241.85º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D48EA is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 72 | 234 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.08 |
| HSL | 241.85º | 0.79% | 0.6% | - |
| HSV(B) | 241.85º | 0.69% | 0.92% | - |
| XYZ | 20.23 | 12.15 | 79.12 | - |
| YUV | 91.96 | 208.16 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 234 | 0.67 | 0.69 | 0 | 0.08 | 241.85 | 0.79 | 0.6 |
| Hex | 4D | 48 | EA | 43 | 45 | 0 | 8 | F2 | 4F | 3C |
| Octal | 115 | 110 | 352 | 103 | 105 | 0 | 10 | 362 | 117 | 74 |
| Binary | 1001101 | 1001000 | 11101010 | 1000011 | 1000101 | 0 | 1000 | 11110010 | 1001111 | 111100 |
Color Harmonies of #4D48EA
Complementary color
Monochromatic Colors of #4D48EA
Black with #4D48EA
Text Example
Text Example
White with #4D48EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D48EA; }
p { color: rgb(77,72,234); }
H1.HeaderClassName
{
color: #4D48EA;
}
.AnyTagClassName
{
color: #4D48EA;
}
</style>
background-color css
<style>
a { background-color: #4D48EA; }
a { background-color: rgb(77,72,234); }
div.DivClassName
{
background-color: #4D48EA;
}
.BgClassName
{
background-color: #4D48EA;
}
</style>
border-color css
<style>
span { border-color: #4D48EA; }
span { border-color: rgb(77,72,234); }
td.TdClassName
{
border-color: #4D48EA;
}
.TagClassName
{
border-color: #4D48EA;
}
</style>