Html Css Color HEX #4D44EB Neon Blue

📋 copy color: '#4D44EB'

red 77 ◦ green 68 ◦ blue 235

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

Shades of Neon Blue #4D44EB

Tints of Neon Blue #4D44EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 20.26%
G = 17.89%
B = 61.84%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D44EB (or 0x4D44EB) is known color: Neon Blue. HEX triplet: 4D, 44 and EB. RGB value is (77,68,235). Sum of RGB (Red+Green+Blue) = 77+68+235=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D44EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D44EB is #B2BB14. Grayscale: #595959. Windows color (decimal): -11713301 or 15418445. OLE color: 15418445.

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

Color convert

RGB 77 68 235 -
CMYK 0.67 0.71 0 0.08
HSL 243.23º 0.81% 0.59% -
HSV(B) 243.23º 0.71% 0.92% -
XYZ 20.12 11.71 79.8 -
YUV 89.73 209.98 118.92 -
System Red Green Blue C M Y K H S L
Decimal 77 68 235 0.67 0.71 0 0.08 243.23 0.81 0.59
Hex 4D 44 EB 43 47 0 8 F3 51 3B
Octal 115 104 353 103 107 0 10 363 121 73
Binary 1001101 1000100 11101011 1000011 1000111 0 1000 11110011 1010001 111011

Color Harmonies of #4D44EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D44EB

Black with #4D44EB

Text Example


Text Example

White with #4D44EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,235); }

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

background-color css

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

 a { background-color: rgb(77,68,235); }

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

border-color css

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

 span { border-color: rgb(77,68,235); }

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