Html Css Color HEX #5E47EB Neon Blue

📋 copy color: '#5E47EB'

red 94 ◦ green 71 ◦ blue 235

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

Shades of Neon Blue #5E47EB

Tints of Neon Blue #5E47EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.75%

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

R = 23.5%
G = 17.75%
B = 58.75%

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

#5E47EB (or 0x5E47EB) is known color: Neon Blue. HEX triplet: 5E, 47 and EB. RGB value is (94,71,235). Sum of RGB (Red+Green+Blue) = 94+71+235=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E47EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E47EB is #A1B814. Grayscale: #5F5F5F. Windows color (decimal): -10598421 or 15419230. OLE color: 15419230.

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

Color convert

RGB 94 71 235 -
CMYK 0.6 0.70 0 0.08
HSL 248.41º 0.8% 0.6% -
HSV(B) 248.41º 0.7% 0.92% -
XYZ 21.86 12.88 79.93 -
YUV 96.57 206.12 126.16 -
System Red Green Blue C M Y K H S L
Decimal 94 71 235 0.6 0.70 0 0.08 248.41 0.8 0.6
Hex 5E 47 EB 3C 46 0 8 F8 50 3C
Octal 136 107 353 74 106 0 10 370 120 74
Binary 1011110 1000111 11101011 111100 1000110 0 1000 11111000 1010000 111100

Color Harmonies of #5E47EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E47EB

Black with #5E47EB

Text Example


Text Example

White with #5E47EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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