Html Css Color HEX #4D41EF Neon Blue

📋 copy color: '#4D41EF'

red 77 ◦ green 65 ◦ blue 239

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

Shades of Neon Blue #4D41EF

Tints of Neon Blue #4D41EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.73%

R = 20.21%
G = 17.06%
B = 62.73%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4D41EF (or 0x4D41EF) is known color: Neon Blue. HEX triplet: 4D, 41 and EF. RGB value is (77,65,239). Sum of RGB (Red+Green+Blue) = 77+65+239=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D41EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D41EF is #B2BE10. Grayscale: #575757. Windows color (decimal): -11714065 or 15679821. OLE color: 15679821.

HSL color Cylindrical-coordinate representation of color #4D41EF: hue angle of 244.14º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D41EF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 65 239 -
CMYK 0.68 0.73 0 0.06
HSL 244.14º 0.84% 0.6% -
HSV(B) 244.14º 0.73% 0.94% -
XYZ 20.53 11.59 82.82 -
YUV 88.42 212.98 119.85 -
System Red Green Blue C M Y K H S L
Decimal 77 65 239 0.68 0.73 0 0.06 244.14 0.84 0.6
Hex 4D 41 EF 44 49 0 6 F4 54 3C
Octal 115 101 357 104 111 0 6 364 124 74
Binary 1001101 1000001 11101111 1000100 1001001 0 110 11110100 1010100 111100

Color Harmonies of #4D41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D41EF

Black with #4D41EF

Text Example


Text Example

White with #4D41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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