Html Css Color HEX #5E4AEF Neon Blue

📋 copy color: '#5E4AEF'

red 94 ◦ green 74 ◦ blue 239

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

Shades of Neon Blue #5E4AEF

Tints of Neon Blue #5E4AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.18%

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

R = 23.1%
G = 18.18%
B = 58.72%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E4AEF (or 0x5E4AEF) is known color: Neon Blue. HEX triplet: 5E, 4A and EF. RGB value is (94,74,239). Sum of RGB (Red+Green+Blue) = 94+74+239=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E4AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4AEF is #A1B510. Grayscale: #626262. Windows color (decimal): -10597649 or 15682142. OLE color: 15682142.

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

Color convert

RGB 94 74 239 -
CMYK 0.61 0.69 0 0.06
HSL 247.27º 0.84% 0.61% -
HSV(B) 247.27º 0.69% 0.94% -
XYZ 22.64 13.51 83.08 -
YUV 98.79 207.13 124.58 -
System Red Green Blue C M Y K H S L
Decimal 94 74 239 0.61 0.69 0 0.06 247.27 0.84 0.61
Hex 5E 4A EF 3D 45 0 6 F7 54 3D
Octal 136 112 357 75 105 0 6 367 124 75
Binary 1011110 1001010 11101111 111101 1000101 0 110 11110111 1010100 111101

Color Harmonies of #5E4AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4AEF

Black with #5E4AEF

Text Example


Text Example

White with #5E4AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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