Html Css Color HEX #5E46EA Neon Blue

📋 copy color: '#5E46EA'

red 94 ◦ green 70 ◦ blue 234

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

Shades of Neon Blue #5E46EA

Tints of Neon Blue #5E46EA

RGB

 RED value IS 94 (37.11% from 255) = 23.62%

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

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

R = 23.62%
G = 17.59%
B = 58.79%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E46EA (or 0x5E46EA) is known color: Neon Blue. HEX triplet: 5E, 46 and EA. RGB value is (94,70,234). Sum of RGB (Red+Green+Blue) = 94+70+234=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E46EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E46EA is #A1B915. Grayscale: #5F5F5F. Windows color (decimal): -10598678 or 15353438. OLE color: 15353438.

HSL color Cylindrical-coordinate representation of color #5E46EA: hue angle of 248.78º 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 #5E46EA is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 70 234 -
CMYK 0.60 0.70 0 0.08
HSL 248.78º 0.8% 0.6% -
HSV(B) 248.78º 0.7% 0.92% -
XYZ 21.66 12.7 79.15 -
YUV 95.87 205.95 126.66 -
System Red Green Blue C M Y K H S L
Decimal 94 70 234 0.60 0.70 0 0.08 248.78 0.8 0.6
Hex 5E 46 EA 3C 46 0 8 F9 50 3C
Octal 136 106 352 74 106 0 10 371 120 74
Binary 1011110 1000110 11101010 111100 1000110 0 1000 11111001 1010000 111100

Color Harmonies of #5E46EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E46EA

Black with #5E46EA

Text Example


Text Example

White with #5E46EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E46EA; }

 p { color: rgb(94,70,234); }

 H1.HeaderClassName
 {
   color: #5E46EA;
 }
 .AnyTagClassName
 {
   color: #5E46EA;
 }
</style>

background-color css

<style>
 a { background-color: #5E46EA; }

 a { background-color: rgb(94,70,234); }

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

border-color css

<style>
 span { border-color: #5E46EA; }

 span { border-color: rgb(94,70,234); }

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