Html Css Color HEX #5E51EA Neon Blue

📋 copy color: '#5E51EA'

red 94 ◦ green 81 ◦ blue 234

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

Shades of Neon Blue #5E51EA

Tints of Neon Blue #5E51EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

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

R = 22.98%
G = 19.8%
B = 57.21%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E51EA (or 0x5E51EA) is known color: Neon Blue. HEX triplet: 5E, 51 and EA. RGB value is (94,81,234). Sum of RGB (Red+Green+Blue) = 94+81+234=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E51EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E51EA is #A1AE15. Grayscale: #656565. Windows color (decimal): -10595862 or 15356254. OLE color: 15356254.

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

Color convert

RGB 94 81 234 -
CMYK 0.60 0.65 0 0.08
HSL 245.1º 0.78% 0.62% -
HSV(B) 245.1º 0.65% 0.92% -
XYZ 22.41 14.21 79.4 -
YUV 102.33 202.31 122.06 -
System Red Green Blue C M Y K H S L
Decimal 94 81 234 0.60 0.65 0 0.08 245.1 0.78 0.62
Hex 5E 51 EA 3C 41 0 8 F5 4E 3E
Octal 136 121 352 74 101 0 10 365 116 76
Binary 1011110 1010001 11101010 111100 1000001 0 1000 11110101 1001110 111110

Color Harmonies of #5E51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E51EA

Black with #5E51EA

Text Example


Text Example

White with #5E51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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