Html Css Color HEX #5E3AFE Neon Blue

📋 copy color: '#5E3AFE'

red 94 ◦ green 58 ◦ blue 254

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

Shades of Neon Blue #5E3AFE

Tints of Neon Blue #5E3AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 23.15%
G = 14.29%
B = 62.56%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E3AFE (or 0x5E3AFE) is known color: Neon Blue. HEX triplet: 5E, 3A and FE. RGB value is (94,58,254). Sum of RGB (Red+Green+Blue) = 94+58+254=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E3AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3AFE is #A1C501. Grayscale: #5A5A5A. Windows color (decimal): -10601730 or 16661086. OLE color: 16661086.

HSL color Cylindrical-coordinate representation of color #5E3AFE: hue angle of 251.02º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E3AFE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 94 58 254 -
CMYK 0.63 0.77 0 0.00
HSL 251.02º 0.99% 0.61% -
HSV(B) 251.02º 0.77% 1% -
XYZ 24.02 12.56 94.92 -
YUV 91.11 219.93 130.06 -
System Red Green Blue C M Y K H S L
Decimal 94 58 254 0.63 0.77 0 0.00 251.02 0.99 0.61
Hex 5E 3A FE 3F 4D 0 0 FB 63 3D
Octal 136 72 376 77 115 0 0 373 143 75
Binary 1011110 111010 11111110 111111 1001101 0 0 11111011 1100011 111101

Color Harmonies of #5E3AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3AFE

Black with #5E3AFE

Text Example


Text Example

White with #5E3AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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