#4D4BEA

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

Shades of Neon Blue #4D4BEA

Tints of Neon Blue #4D4BEA

Color information

#4D4BEA (or 0x4D4BEA) is unknown color: approx Neon Blue. HEX triplet: 4D, 4B and EA. RGB value is (77,75,234). Sum of RGB (Red+Green+Blue) = 77+75+234=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D4BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4BEA is #B2B415. Grayscale: #5D5D5D. Windows color (decimal): -11711510 or 15354701. OLE color: 15354701.

HSL color Cylindrical-coordinate representation of color #4D4BEA: hue angle of 240.75º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D4BEA is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7775234-
CMYK0.670.6800.08
HSL240.75º79.1%60.59%-
HSV(B)240.75º67.95%91.76%-
XYZ20.4312.5579.19-
YUV93.72207.16116.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.95%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 234 (91.80% from 255) = 60.62%
R=19.95%
G=19.43%
B=60.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal77752340.670.6800.08240.7579.160.59
Hex4D4BEA434408f14f3d
Octal11511335210310401036111775
Binary10011011001011111010101000011100010001000111100011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,75,234); }

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

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

 a { background-color: rgb(77,75,234); }

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

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

 span { border-color: rgb(77,75,234); }

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