Html Css Color HEX #5E3AEF Neon Blue

📋 copy color: '#5E3AEF'

red 94 ◦ green 58 ◦ blue 239

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

Shades of Neon Blue #5E3AEF

Tints of Neon Blue #5E3AEF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.83%

 BLUE value IS 239 (93.75% from 255) = 61.13%

R = 24.04%
G = 14.83%
B = 61.13%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E3AEF (or 0x5E3AEF) is known color: Neon Blue. HEX triplet: 5E, 3A and EF. RGB value is (94,58,239). Sum of RGB (Red+Green+Blue) = 94+58+239=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E3AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3AEF is #A1C510. Grayscale: #585858. Windows color (decimal): -10601745 or 15678046. OLE color: 15678046.

HSL color Cylindrical-coordinate representation of color #5E3AEF: hue angle of 251.93º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E3AEF is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 58 239 -
CMYK 0.61 0.76 0 0.06
HSL 251.93º 0.85% 0.58% -
HSV(B) 251.93º 0.76% 0.94% -
XYZ 21.71 11.64 82.76 -
YUV 89.4 212.43 131.28 -
System Red Green Blue C M Y K H S L
Decimal 94 58 239 0.61 0.76 0 0.06 251.93 0.85 0.58
Hex 5E 3A EF 3D 4C 0 6 FC 55 3A
Octal 136 72 357 75 114 0 6 374 125 72
Binary 1011110 111010 11101111 111101 1001100 0 110 11111100 1010101 111010

Color Harmonies of #5E3AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3AEF

Black with #5E3AEF

Text Example


Text Example

White with #5E3AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,58,239); }

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

background-color css

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

 a { background-color: rgb(94,58,239); }

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

border-color css

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

 span { border-color: rgb(94,58,239); }

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