Shades of Neon Blue #4D43E8
Tints of Neon Blue #4D43E8
RGB
CMYK
RGB Variations
Color information
#4D43E8 (or 0x4D43E8) is known color: Neon Blue. HEX triplet: 4D, 43 and E8. RGB value is (77,67,232). Sum of RGB (Red+Green+Blue) = 77+67+232=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #4D43E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D43E8 is #B2BC17. Grayscale: #585858. Windows color (decimal): -11713560 or 15221581. OLE color: 15221581.
HSL color Cylindrical-coordinate representation of color #4D43E8: hue angle of 243.64º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D43E8 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 67 | 232 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.09 |
| HSL | 243.64º | 0.78% | 0.59% | - |
| HSV(B) | 243.64º | 0.71% | 0.91% | - |
| XYZ | 19.63 | 11.42 | 77.51 | - |
| YUV | 88.8 | 208.81 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 232 | 0.67 | 0.71 | 0 | 0.09 | 243.64 | 0.78 | 0.59 |
| Hex | 4D | 43 | E8 | 43 | 47 | 0 | 9 | F4 | 4E | 3B |
| Octal | 115 | 103 | 350 | 103 | 107 | 0 | 11 | 364 | 116 | 73 |
| Binary | 1001101 | 1000011 | 11101000 | 1000011 | 1000111 | 0 | 1001 | 11110100 | 1001110 | 111011 |
Color Harmonies of #4D43E8
Complementary color
Monochromatic Colors of #4D43E8
Black with #4D43E8
Text Example
Text Example
White with #4D43E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43E8; }
p { color: rgb(77,67,232); }
H1.HeaderClassName
{
color: #4D43E8;
}
.AnyTagClassName
{
color: #4D43E8;
}
</style>
background-color css
<style>
a { background-color: #4D43E8; }
a { background-color: rgb(77,67,232); }
div.DivClassName
{
background-color: #4D43E8;
}
.BgClassName
{
background-color: #4D43E8;
}
</style>
border-color css
<style>
span { border-color: #4D43E8; }
span { border-color: rgb(77,67,232); }
td.TdClassName
{
border-color: #4D43E8;
}
.TagClassName
{
border-color: #4D43E8;
}
</style>