Html Css Color HEX #5A3EE6 Neon Blue

📋 copy color: '#5A3EE6'

red 90 ◦ green 62 ◦ blue 230

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

Shades of Neon Blue #5A3EE6

Tints of Neon Blue #5A3EE6

RGB

 RED value IS 90 (35.55% from 255) = 23.56%

 GREEN value IS 62 (24.61% from 255) = 16.23%

 BLUE value IS 230 (90.23% from 255) = 60.21%

R = 23.56%
G = 16.23%
B = 60.21%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5A3EE6 (or 0x5A3EE6) is known color: Neon Blue. HEX triplet: 5A, 3E and E6. RGB value is (90,62,230). Sum of RGB (Red+Green+Blue) = 90+62+230=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A3EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3EE6 is #A5C119. Grayscale: #585858. Windows color (decimal): -10862874 or 15089242. OLE color: 15089242.

HSL color Cylindrical-coordinate representation of color #5A3EE6: hue angle of 250º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A3EE6 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 62 230 -
CMYK 0.61 0.73 0 0.10
HSL 250º 0.77% 0.57% -
HSV(B) 250º 0.73% 0.9% -
XYZ 20.22 11.33 75.98 -
YUV 89.52 207.28 128.34 -
System Red Green Blue C M Y K H S L
Decimal 90 62 230 0.61 0.73 0 0.10 250 0.77 0.57
Hex 5A 3E E6 3D 49 0 A FA 4D 39
Octal 132 76 346 75 111 0 12 372 115 71
Binary 1011010 111110 11100110 111101 1001001 0 1010 11111010 1001101 111001

Color Harmonies of #5A3EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3EE6

Black with #5A3EE6

Text Example


Text Example

White with #5A3EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,62,230); }

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

background-color css

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

 a { background-color: rgb(90,62,230); }

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

border-color css

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

 span { border-color: rgb(90,62,230); }

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