#4D55E8

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

Shades of Neon Blue #4D55E8

Tints of Neon Blue #4D55E8

Color information

#4D55E8 (or 0x4D55E8) is unknown color: approx Neon Blue. HEX triplet: 4D, 55 and E8. RGB value is (77,85,232). Sum of RGB (Red+Green+Blue) = 77+85+232=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #4D55E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D55E8 is #B2AA17. Grayscale: #626262. Windows color (decimal): -11708952 or 15226189. OLE color: 15226189.

HSL color Cylindrical-coordinate representation of color #4D55E8: hue angle of 236.9º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D55E8 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7785232-
CMYK0.670.6300.09
HSL236.9º77.11%60.59%-
HSV(B)236.9º66.81%90.98%-
XYZ20.8713.977.93-
YUV99.37202.85112.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.54%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 232 (91.02% from 255) = 58.88%
R=19.54%
G=21.57%
B=58.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal77852320.670.6300.09236.977.1160.59
Hex4D55E8433F09ed4d3d
Octal1151253501037701135511575
Binary1001101101010111101000100001111111101001111011011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D55E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,232); }

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

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

 a { background-color: rgb(77,85,232); }

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

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

 span { border-color: rgb(77,85,232); }

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