Html Css Color HEX #5A5EEC Neon Blue

📋 copy color: '#5A5EEC'

red 90 ◦ green 94 ◦ blue 236

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

Shades of Neon Blue #5A5EEC

Tints of Neon Blue #5A5EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.38%

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 21.43%
G = 22.38%
B = 56.19%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A5EEC (or 0x5A5EEC) is known color: Neon Blue. HEX triplet: 5A, 5E and EC. RGB value is (90,94,236). Sum of RGB (Red+Green+Blue) = 90+94+236=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A5EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5EEC is #A5A113. Grayscale: #6C6C6C. Windows color (decimal): -10854676 or 15490650. OLE color: 15490650.

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

Color convert

RGB 90 94 236 -
CMYK 0.62 0.60 0 0.07
HSL 238.36º 0.79% 0.64% -
HSV(B) 238.36º 0.62% 0.93% -
XYZ 23.36 16.24 81.26 -
YUV 108.99 199.67 114.45 -
System Red Green Blue C M Y K H S L
Decimal 90 94 236 0.62 0.60 0 0.07 238.36 0.79 0.64
Hex 5A 5E EC 3E 3C 0 7 EE 4F 40
Octal 132 136 354 76 74 0 7 356 117 100
Binary 1011010 1011110 11101100 111110 111100 0 111 11101110 1001111 1000000

Color Harmonies of #5A5EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5EEC

Black with #5A5EEC

Text Example


Text Example

White with #5A5EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,94,236); }

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

background-color css

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

 a { background-color: rgb(90,94,236); }

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

border-color css

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

 span { border-color: rgb(90,94,236); }

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