Html Css Color HEX #5A41EB Neon Blue

📋 copy color: '#5A41EB'

red 90 ◦ green 65 ◦ blue 235

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

Shades of Neon Blue #5A41EB

Tints of Neon Blue #5A41EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

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

R = 23.08%
G = 16.67%
B = 60.26%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A41EB (or 0x5A41EB) is known color: Neon Blue. HEX triplet: 5A, 41 and EB. RGB value is (90,65,235). Sum of RGB (Red+Green+Blue) = 90+65+235=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 65 (25.78% from 255 or 16.67% 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 #5A41EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A41EB is #A5BE14. Grayscale: #5B5B5B. Windows color (decimal): -10862101 or 15417690. OLE color: 15417690.

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

Color convert

RGB 90 65 235 -
CMYK 0.62 0.72 0 0.08
HSL 248.82º 0.81% 0.59% -
HSV(B) 248.82º 0.72% 0.92% -
XYZ 21.1 11.95 79.79 -
YUV 91.86 208.78 126.68 -
System Red Green Blue C M Y K H S L
Decimal 90 65 235 0.62 0.72 0 0.08 248.82 0.81 0.59
Hex 5A 41 EB 3E 48 0 8 F9 51 3B
Octal 132 101 353 76 110 0 10 371 121 73
Binary 1011010 1000001 11101011 111110 1001000 0 1000 11111001 1010001 111011

Color Harmonies of #5A41EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A41EB

Black with #5A41EB

Text Example


Text Example

White with #5A41EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,235); }

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

background-color css

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

 a { background-color: rgb(90,65,235); }

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

border-color css

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

 span { border-color: rgb(90,65,235); }

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