Html Css Color HEX #5E4CEB Neon Blue

📋 copy color: '#5E4CEB'

red 94 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #5E4CEB

Tints of Neon Blue #5E4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.77%

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 23.21%
G = 18.77%
B = 58.02%

CMYK

 C value IS 0.6

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E4CEB (or 0x5E4CEB) is known color: Neon Blue. HEX triplet: 5E, 4C and EB. RGB value is (94,76,235). Sum of RGB (Red+Green+Blue) = 94+76+235=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E4CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4CEB is #A1B314. Grayscale: #626262. Windows color (decimal): -10597141 or 15420510. OLE color: 15420510.

HSL color Cylindrical-coordinate representation of color #5E4CEB: hue angle of 246.79º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E4CEB is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 76 235 -
CMYK 0.6 0.68 0 0.08
HSL 246.79º 0.8% 0.61% -
HSV(B) 246.79º 0.68% 0.92% -
XYZ 22.2 13.55 80.04 -
YUV 99.51 204.46 124.07 -
System Red Green Blue C M Y K H S L
Decimal 94 76 235 0.6 0.68 0 0.08 246.79 0.8 0.61
Hex 5E 4C EB 3C 44 0 8 F7 50 3D
Octal 136 114 353 74 104 0 10 367 120 75
Binary 1011110 1001100 11101011 111100 1000100 0 1000 11110111 1010000 111101

Color Harmonies of #5E4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4CEB

Black with #5E4CEB

Text Example


Text Example

White with #5E4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,76,235); }

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

background-color css

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

 a { background-color: rgb(94,76,235); }

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

border-color css

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

 span { border-color: rgb(94,76,235); }

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