Html Css Color HEX #5E50E9 Neon Blue

📋 copy color: '#5E50E9'

red 94 ◦ green 80 ◦ blue 233

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

Shades of Neon Blue #5E50E9

Tints of Neon Blue #5E50E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 57.25%

R = 23.1%
G = 19.66%
B = 57.25%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5E50E9 (or 0x5E50E9) is known color: Neon Blue. HEX triplet: 5E, 50 and E9. RGB value is (94,80,233). Sum of RGB (Red+Green+Blue) = 94+80+233=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E50E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E50E9 is #A1AF16. Grayscale: #656565. Windows color (decimal): -10596119 or 15290462. OLE color: 15290462.

HSL color Cylindrical-coordinate representation of color #5E50E9: hue angle of 245.49º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E50E9 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 94 80 233 -
CMYK 0.60 0.66 0 0.09
HSL 245.49º 0.78% 0.61% -
HSV(B) 245.49º 0.66% 0.91% -
XYZ 22.19 14 78.62 -
YUV 101.63 202.14 122.56 -
System Red Green Blue C M Y K H S L
Decimal 94 80 233 0.60 0.66 0 0.09 245.49 0.78 0.61
Hex 5E 50 E9 3C 42 0 9 F5 4E 3D
Octal 136 120 351 74 102 0 11 365 116 75
Binary 1011110 1010000 11101001 111100 1000010 0 1001 11110101 1001110 111101

Color Harmonies of #5E50E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50E9

Black with #5E50E9

Text Example


Text Example

White with #5E50E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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