Html Css Color HEX #4D36EA Neon Blue

📋 copy color: '#4D36EA'

red 77 ◦ green 54 ◦ blue 234

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

Shades of Neon Blue #4D36EA

Tints of Neon Blue #4D36EA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

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

R = 21.1%
G = 14.79%
B = 64.11%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D36EA (or 0x4D36EA) is known color: Neon Blue. HEX triplet: 4D, 36 and EA. RGB value is (77,54,234). Sum of RGB (Red+Green+Blue) = 77+54+234=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D36EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D36EA is #B2C915. Grayscale: #505050. Windows color (decimal): -11716886 or 15349325. OLE color: 15349325.

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

Color convert

RGB 77 54 234 -
CMYK 0.67 0.77 0 0.08
HSL 247.67º 0.81% 0.56% -
HSV(B) 247.67º 0.77% 0.92% -
XYZ 19.23 10.16 78.79 -
YUV 81.4 214.12 124.86 -
System Red Green Blue C M Y K H S L
Decimal 77 54 234 0.67 0.77 0 0.08 247.67 0.81 0.56
Hex 4D 36 EA 43 4D 0 8 F8 51 38
Octal 115 66 352 103 115 0 10 370 121 70
Binary 1001101 110110 11101010 1000011 1001101 0 1000 11111000 1010001 111000

Color Harmonies of #4D36EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D36EA

Black with #4D36EA

Text Example


Text Example

White with #4D36EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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