Html Css Color HEX #5E59EA Neon Blue

📋 copy color: '#5E59EA'

red 94 ◦ green 89 ◦ blue 234

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

Shades of Neon Blue #5E59EA

Tints of Neon Blue #5E59EA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

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

R = 22.54%
G = 21.34%
B = 56.12%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E59EA (or 0x5E59EA) is known color: Neon Blue. HEX triplet: 5E, 59 and EA. RGB value is (94,89,234). Sum of RGB (Red+Green+Blue) = 94+89+234=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E59EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E59EA is #A1A615. Grayscale: #6A6A6A. Windows color (decimal): -10593814 or 15358302. OLE color: 15358302.

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

Color convert

RGB 94 89 234 -
CMYK 0.60 0.62 0 0.08
HSL 242.07º 0.78% 0.63% -
HSV(B) 242.07º 0.62% 0.92% -
XYZ 23.04 15.46 79.61 -
YUV 107.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 94 89 234 0.60 0.62 0 0.08 242.07 0.78 0.63
Hex 5E 59 EA 3C 3E 0 8 F2 4E 3F
Octal 136 131 352 74 76 0 10 362 116 77
Binary 1011110 1011001 11101010 111100 111110 0 1000 11110010 1001110 111111

Color Harmonies of #5E59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E59EA

Black with #5E59EA

Text Example


Text Example

White with #5E59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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