Html Css Color HEX #4D3DEE Neon Blue

📋 copy color: '#4D3DEE'

red 77 ◦ green 61 ◦ blue 238

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

Shades of Neon Blue #4D3DEE

Tints of Neon Blue #4D3DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.22%

 BLUE value IS 238 (93.36% from 255) = 63.3%

R = 20.48%
G = 16.22%
B = 63.3%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4D3DEE (or 0x4D3DEE) is known color: Neon Blue. HEX triplet: 4D, 3D and EE. RGB value is (77,61,238). Sum of RGB (Red+Green+Blue) = 77+61+238=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D3DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3DEE is #B2C211. Grayscale: #555555. Windows color (decimal): -11715090 or 15613261. OLE color: 15613261.

HSL color Cylindrical-coordinate representation of color #4D3DEE: hue angle of 245.42º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D3DEE is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 61 238 -
CMYK 0.68 0.74 0 0.07
HSL 245.42º 0.84% 0.59% -
HSV(B) 245.42º 0.74% 0.93% -
XYZ 20.16 11.09 81.97 -
YUV 85.96 213.8 121.61 -
System Red Green Blue C M Y K H S L
Decimal 77 61 238 0.68 0.74 0 0.07 245.42 0.84 0.59
Hex 4D 3D EE 44 4A 0 7 F5 54 3B
Octal 115 75 356 104 112 0 7 365 124 73
Binary 1001101 111101 11101110 1000100 1001010 0 111 11110101 1010100 111011

Color Harmonies of #4D3DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3DEE

Black with #4D3DEE

Text Example


Text Example

White with #4D3DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,61,238); }

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

background-color css

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

 a { background-color: rgb(77,61,238); }

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

border-color css

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

 span { border-color: rgb(77,61,238); }

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