Html Css Color HEX #5E3BEF Neon Blue

📋 copy color: '#5E3BEF'

red 94 ◦ green 59 ◦ blue 239

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

Shades of Neon Blue #5E3BEF

Tints of Neon Blue #5E3BEF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.05%

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

R = 23.98%
G = 15.05%
B = 60.97%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E3BEF (or 0x5E3BEF) is known color: Neon Blue. HEX triplet: 5E, 3B and EF. RGB value is (94,59,239). Sum of RGB (Red+Green+Blue) = 94+59+239=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E3BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3BEF is #A1C410. Grayscale: #595959. Windows color (decimal): -10601489 or 15678302. OLE color: 15678302.

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

Color convert

RGB 94 59 239 -
CMYK 0.61 0.75 0 0.06
HSL 251.67º 0.85% 0.58% -
HSV(B) 251.67º 0.75% 0.94% -
XYZ 21.76 11.74 82.78 -
YUV 89.99 212.1 130.86 -
System Red Green Blue C M Y K H S L
Decimal 94 59 239 0.61 0.75 0 0.06 251.67 0.85 0.58
Hex 5E 3B EF 3D 4B 0 6 FC 55 3A
Octal 136 73 357 75 113 0 6 374 125 72
Binary 1011110 111011 11101111 111101 1001011 0 110 11111100 1010101 111010

Color Harmonies of #5E3BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3BEF

Black with #5E3BEF

Text Example


Text Example

White with #5E3BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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