Html Css Color HEX #4D46EA Neon Blue

📋 copy color: '#4D46EA'

red 77 ◦ green 70 ◦ blue 234

#4D46EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4D46EA

Tints of Neon Blue #4D46EA

RGB

 RED value IS 77 (30.47% from 255) = 20.21%

 GREEN value IS 70 (27.73% from 255) = 18.37%

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 20.21%
G = 18.37%
B = 61.42%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D46EA (or 0x4D46EA) is known color: Neon Blue. HEX triplet: 4D, 46 and EA. RGB value is (77,70,234). Sum of RGB (Red+Green+Blue) = 77+70+234=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D46EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D46EA is #B2B915. Grayscale: #5A5A5A. Windows color (decimal): -11712790 or 15353421. OLE color: 15353421.

HSL color Cylindrical-coordinate representation of color #4D46EA: hue angle of 242.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D46EA is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 70 234 -
CMYK 0.67 0.70 0 0.08
HSL 242.56º 0.8% 0.6% -
HSV(B) 242.56º 0.7% 0.92% -
XYZ 20.1 11.9 79.08 -
YUV 90.79 208.82 118.16 -
System Red Green Blue C M Y K H S L
Decimal 77 70 234 0.67 0.70 0 0.08 242.56 0.8 0.6
Hex 4D 46 EA 43 46 0 8 F3 50 3C
Octal 115 106 352 103 106 0 10 363 120 74
Binary 1001101 1000110 11101010 1000011 1000110 0 1000 11110011 1010000 111100

Color Harmonies of #4D46EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46EA

Black with #4D46EA

Text Example


Text Example

White with #4D46EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D46EA;
 }
 .AnyTagClassName
 {
   color: #4D46EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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