#4D52E0

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

Shades of Neon Blue #4D52E0

Tints of Neon Blue #4D52E0

Color information

#4D52E0 (or 0x4D52E0) is unknown color: approx Neon Blue. HEX triplet: 4D, 52 and E0. RGB value is (77,82,224). Sum of RGB (Red+Green+Blue) = 77+82+224=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D52E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D52E0 is #B2AD1F. Grayscale: #606060. Windows color (decimal): -11709728 or 14701133. OLE color: 14701133.

HSL color Cylindrical-coordinate representation of color #4D52E0: hue angle of 237.96º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D52E0 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7782224-
CMYK0.660.6300.12
HSL237.96º70.33%59.02%-
HSV(B)237.96º65.62%87.84%-
XYZ19.5312.9972-
YUV96.69199.84113.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.10%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 224 (87.89% from 255) = 58.49%
R=20.10%
G=21.41%
B=58.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal77822240.660.6300.12237.9670.3359.02
Hex4D52E0423F0Cee463b
Octal1151223401027701435610673
Binary1001101101001011100000100001011111101100111011101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D52E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D52E0; }

 p { color: rgb(77,82,224); }

 H1.HeaderClassName
 {
   color: #4D52E0;
 }
 .AnyTagClassName
 {
   color: #4D52E0;
 }
</style>
background-color css

<style>
 a { background-color: #4D52E0; }

 a { background-color: rgb(77,82,224); }

 div.DivClassName
 {
   background-color: #4D52E0;
 }
 .BgClassName
 {
   background-color: #4D52E0;
 }
</style>
border-color css

<style>
 span { border-color: #4D52E0; }

 span { border-color: rgb(77,82,224); }

 td.TdClassName
 {
   border-color: #4D52E0;
 }
 .TagClassName
 {
   border-color: #4D52E0;
 }
</style>