Html Css Color HEX #5D5AEB Neon Blue

📋 copy color: '#5D5AEB'

red 93 ◦ green 90 ◦ blue 235

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

Shades of Neon Blue #5D5AEB

Tints of Neon Blue #5D5AEB

RGB

 RED value IS 93 (36.72% from 255) = 22.25%

 GREEN value IS 90 (35.55% from 255) = 21.53%

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

R = 22.25%
G = 21.53%
B = 56.22%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D5AEB (or 0x5D5AEB) is known color: Neon Blue. HEX triplet: 5D, 5A and EB. RGB value is (93,90,235). Sum of RGB (Red+Green+Blue) = 93+90+235=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D5AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5AEB is #A2A514. Grayscale: #6A6A6A. Windows color (decimal): -10659093 or 15424093. OLE color: 15424093.

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

Color convert

RGB 93 90 235 -
CMYK 0.60 0.62 0 0.08
HSL 241.24º 0.78% 0.64% -
HSV(B) 241.24º 0.62% 0.92% -
XYZ 23.17 15.64 80.39 -
YUV 107.43 199.99 117.71 -
System Red Green Blue C M Y K H S L
Decimal 93 90 235 0.60 0.62 0 0.08 241.24 0.78 0.64
Hex 5D 5A EB 3C 3E 0 8 F1 4E 40
Octal 135 132 353 74 76 0 10 361 116 100
Binary 1011101 1011010 11101011 111100 111110 0 1000 11110001 1001110 1000000

Color Harmonies of #5D5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5AEB

Black with #5D5AEB

Text Example


Text Example

White with #5D5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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