Html Css Color HEX #4D46EB Neon Blue

📋 copy color: '#4D46EB'

red 77 ◦ green 70 ◦ blue 235

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

Shades of Neon Blue #4D46EB

Tints of Neon Blue #4D46EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 20.16%
G = 18.32%
B = 61.52%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D46EB (or 0x4D46EB) is known color: Neon Blue. HEX triplet: 4D, 46 and EB. RGB value is (77,70,235). Sum of RGB (Red+Green+Blue) = 77+70+235=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D46EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D46EB is #B2B914. Grayscale: #5A5A5A. Windows color (decimal): -11712789 or 15418957. OLE color: 15418957.

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

Color convert

RGB 77 70 235 -
CMYK 0.67 0.70 0 0.08
HSL 242.55º 0.8% 0.6% -
HSV(B) 242.55º 0.7% 0.92% -
XYZ 20.25 11.96 79.84 -
YUV 90.9 209.32 118.08 -
System Red Green Blue C M Y K H S L
Decimal 77 70 235 0.67 0.70 0 0.08 242.55 0.8 0.6
Hex 4D 46 EB 43 46 0 8 F3 50 3C
Octal 115 106 353 103 106 0 10 363 120 74
Binary 1001101 1000110 11101011 1000011 1000110 0 1000 11110011 1010000 111100

Color Harmonies of #4D46EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46EB

Black with #4D46EB

Text Example


Text Example

White with #4D46EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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