#4D45EA

Color #4D45EA Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4D45EA

Tints of Neon Blue #4D45EA

Color information

#4D45EA (or 0x4D45EA) is unknown color: approx 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

RGB7769234-
CMYK0.670.7100.08
HSL242.91º79.71%59.41%-
HSV(B)242.91º70.51%91.76%-
XYZ20.0411.7779.06-
YUV90.2209.15118.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 234 (91.80% from 255) = 61.58%
R=20.26%
G=18.16%
B=61.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal77692340.670.7100.08242.9179.7159.41
Hex4D45EA434708f3503b
Octal11510535210310701036312073
Binary10011011000101111010101000011100011101000111100111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>