Html Css Color HEX #4E3AE6 Neon Blue

📋 copy color: '#4E3AE6'

red 78 ◦ green 58 ◦ blue 230

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

Shades of Neon Blue #4E3AE6

Tints of Neon Blue #4E3AE6

RGB

 RED value IS 78 (30.86% from 255) = 21.31%

 GREEN value IS 58 (23.05% from 255) = 15.85%

 BLUE value IS 230 (90.23% from 255) = 62.84%

R = 21.31%
G = 15.85%
B = 62.84%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4E3AE6 (or 0x4E3AE6) is known color: Neon Blue. HEX triplet: 4E, 3A and E6. RGB value is (78,58,230). Sum of RGB (Red+Green+Blue) = 78+58+230=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 230 (90.23% from 255 or 62.84% from 366); Max value from RGB is 230 - color contains mainly: blue. Hex color #4E3AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3AE6 is #B1C519. Grayscale: #525252. Windows color (decimal): -11650330 or 15088206. OLE color: 15088206.

HSL color Cylindrical-coordinate representation of color #4E3AE6: hue angle of 246.98º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E3AE6 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 78 58 230 -
CMYK 0.66 0.75 0 0.10
HSL 246.98º 0.77% 0.56% -
HSV(B) 246.98º 0.75% 0.9% -
XYZ 18.94 10.36 75.86 -
YUV 83.59 210.63 124.01 -
System Red Green Blue C M Y K H S L
Decimal 78 58 230 0.66 0.75 0 0.10 246.98 0.77 0.56
Hex 4E 3A E6 42 4B 0 A F7 4D 38
Octal 116 72 346 102 113 0 12 367 115 70
Binary 1001110 111010 11100110 1000010 1001011 0 1010 11110111 1001101 111000

Color Harmonies of #4E3AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3AE6

Black with #4E3AE6

Text Example


Text Example

White with #4E3AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,58,230); }

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

background-color css

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

 a { background-color: rgb(78,58,230); }

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

border-color css

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

 span { border-color: rgb(78,58,230); }

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