Html Css Color HEX #5E46EB Neon Blue

📋 copy color: '#5E46EB'

red 94 ◦ green 70 ◦ blue 235

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

Shades of Neon Blue #5E46EB

Tints of Neon Blue #5E46EB

RGB

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

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

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

R = 23.56%
G = 17.54%
B = 58.9%

CMYK

 C value IS 0.6

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E46EB (or 0x5E46EB) is known color: Neon Blue. HEX triplet: 5E, 46 and EB. RGB value is (94,70,235). Sum of RGB (Red+Green+Blue) = 94+70+235=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E46EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E46EB is #A1B914. Grayscale: #5F5F5F. Windows color (decimal): -10598677 or 15418974. OLE color: 15418974.

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

Color convert

RGB 94 70 235 -
CMYK 0.6 0.70 0 0.08
HSL 248.73º 0.8% 0.6% -
HSV(B) 248.73º 0.7% 0.92% -
XYZ 21.8 12.76 79.91 -
YUV 95.99 206.45 126.58 -
System Red Green Blue C M Y K H S L
Decimal 94 70 235 0.6 0.70 0 0.08 248.73 0.8 0.6
Hex 5E 46 EB 3C 46 0 8 F9 50 3C
Octal 136 106 353 74 106 0 10 371 120 74
Binary 1011110 1000110 11101011 111100 1000110 0 1000 11111001 1010000 111100

Color Harmonies of #5E46EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E46EB

Black with #5E46EB

Text Example


Text Example

White with #5E46EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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