Html Css Color HEX #4D41EA Neon Blue

📋 copy color: '#4D41EA'

red 77 ◦ green 65 ◦ blue 234

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

Shades of Neon Blue #4D41EA

Tints of Neon Blue #4D41EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 20.48%
G = 17.29%
B = 62.23%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D41EA (or 0x4D41EA) is known color: Neon Blue. HEX triplet: 4D, 41 and EA. RGB value is (77,65,234). Sum of RGB (Red+Green+Blue) = 77+65+234=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D41EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D41EA is #B2BE15. Grayscale: #575757. Windows color (decimal): -11714070 or 15352141. OLE color: 15352141.

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

Color convert

RGB 77 65 234 -
CMYK 0.67 0.72 0 0.08
HSL 244.26º 0.8% 0.59% -
HSV(B) 244.26º 0.72% 0.92% -
XYZ 19.8 11.3 78.98 -
YUV 87.85 210.48 120.26 -
System Red Green Blue C M Y K H S L
Decimal 77 65 234 0.67 0.72 0 0.08 244.26 0.8 0.59
Hex 4D 41 EA 43 48 0 8 F4 50 3B
Octal 115 101 352 103 110 0 10 364 120 73
Binary 1001101 1000001 11101010 1000011 1001000 0 1000 11110100 1010000 111011

Color Harmonies of #4D41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D41EA

Black with #4D41EA

Text Example


Text Example

White with #4D41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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