Html Css Color HEX #5E50EB Neon Blue

📋 copy color: '#5E50EB'

red 94 ◦ green 80 ◦ blue 235

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

Shades of Neon Blue #5E50EB

Tints of Neon Blue #5E50EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

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

R = 22.98%
G = 19.56%
B = 57.46%

CMYK

 C value IS 0.6

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E50EB (or 0x5E50EB) is known color: Neon Blue. HEX triplet: 5E, 50 and EB. RGB value is (94,80,235). Sum of RGB (Red+Green+Blue) = 94+80+235=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E50EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E50EB is #A1AF14. Grayscale: #656565. Windows color (decimal): -10596117 or 15421534. OLE color: 15421534.

HSL color Cylindrical-coordinate representation of color #5E50EB: hue angle of 245.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E50EB is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 80 235 -
CMYK 0.6 0.66 0 0.08
HSL 245.42º 0.79% 0.62% -
HSV(B) 245.42º 0.66% 0.92% -
XYZ 22.48 14.12 80.14 -
YUV 101.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 94 80 235 0.6 0.66 0 0.08 245.42 0.79 0.62
Hex 5E 50 EB 3C 42 0 8 F5 4F 3E
Octal 136 120 353 74 102 0 10 365 117 76
Binary 1011110 1010000 11101011 111100 1000010 0 1000 11110101 1001111 111110

Color Harmonies of #5E50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50EB

Black with #5E50EB

Text Example


Text Example

White with #5E50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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