Html Css Color HEX #5E3DEB Neon Blue

📋 copy color: '#5E3DEB'

red 94 ◦ green 61 ◦ blue 235

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

Shades of Neon Blue #5E3DEB

Tints of Neon Blue #5E3DEB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.64%

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

R = 24.1%
G = 15.64%
B = 60.26%

CMYK

 C value IS 0.6

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E3DEB (or 0x5E3DEB) is known color: Neon Blue. HEX triplet: 5E, 3D and EB. RGB value is (94,61,235). Sum of RGB (Red+Green+Blue) = 94+61+235=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E3DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3DEB is #A1C214. Grayscale: #5A5A5A. Windows color (decimal): -10600981 or 15416670. OLE color: 15416670.

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

Color convert

RGB 94 61 235 -
CMYK 0.6 0.74 0 0.08
HSL 251.38º 0.81% 0.58% -
HSV(B) 251.38º 0.74% 0.92% -
XYZ 21.28 11.72 79.74 -
YUV 90.7 209.43 130.35 -
System Red Green Blue C M Y K H S L
Decimal 94 61 235 0.6 0.74 0 0.08 251.38 0.81 0.58
Hex 5E 3D EB 3C 4A 0 8 FB 51 3A
Octal 136 75 353 74 112 0 10 373 121 72
Binary 1011110 111101 11101011 111100 1001010 0 1000 11111011 1010001 111010

Color Harmonies of #5E3DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3DEB

Black with #5E3DEB

Text Example


Text Example

White with #5E3DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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