Html Css Color HEX #5A5DEB Neon Blue

📋 copy color: '#5A5DEB'

red 90 ◦ green 93 ◦ blue 235

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

Shades of Neon Blue #5A5DEB

Tints of Neon Blue #5A5DEB

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A5DEB (or 0x5A5DEB) is known color: Neon Blue. HEX triplet: 5A, 5D and EB. RGB value is (90,93,235). Sum of RGB (Red+Green+Blue) = 90+93+235=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 93 (36.72% from 255 or 22.25% 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 #5A5DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5DEB is #A5A214. Grayscale: #6B6B6B. Windows color (decimal): -10854933 or 15424858. OLE color: 15424858.

HSL color Cylindrical-coordinate representation of color #5A5DEB: hue angle of 238.76º 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 #5A5DEB is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 93 235 -
CMYK 0.62 0.60 0 0.08
HSL 238.76º 0.78% 0.64% -
HSV(B) 238.76º 0.62% 0.92% -
XYZ 23.13 16 80.47 -
YUV 108.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 90 93 235 0.62 0.60 0 0.08 238.76 0.78 0.64
Hex 5A 5D EB 3E 3C 0 8 EF 4E 40
Octal 132 135 353 76 74 0 10 357 116 100
Binary 1011010 1011101 11101011 111110 111100 0 1000 11101111 1001110 1000000

Color Harmonies of #5A5DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5DEB

Black with #5A5DEB

Text Example


Text Example

White with #5A5DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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