Html Css Color HEX #585AED Neon Blue

📋 copy color: '#585AED'

red 88 ◦ green 90 ◦ blue 237

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

Shades of Neon Blue #585AED

Tints of Neon Blue #585AED

RGB

 RED value IS 88 (34.77% from 255) = 21.2%

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

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 21.2%
G = 21.69%
B = 57.11%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#585AED (or 0x585AED) is known color: Neon Blue. HEX triplet: 58, 5A and ED. RGB value is (88,90,237). Sum of RGB (Red+Green+Blue) = 88+90+237=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #585AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585AED is #A7A512. Grayscale: #696969. Windows color (decimal): -10986771 or 15555160. OLE color: 15555160.

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

Color convert

RGB 88 90 237 -
CMYK 0.63 0.62 0 0.07
HSL 239.19º 0.81% 0.64% -
HSV(B) 239.19º 0.63% 0.93% -
XYZ 22.97 15.5 81.9 -
YUV 106.16 201.84 115.05 -
System Red Green Blue C M Y K H S L
Decimal 88 90 237 0.63 0.62 0 0.07 239.19 0.81 0.64
Hex 58 5A ED 3F 3E 0 7 EF 51 40
Octal 130 132 355 77 76 0 7 357 121 100
Binary 1011000 1011010 11101101 111111 111110 0 111 11101111 1010001 1000000

Color Harmonies of #585AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585AED

Black with #585AED

Text Example


Text Example

White with #585AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585AED; }

 p { color: rgb(88,90,237); }

 H1.HeaderClassName
 {
   color: #585AED;
 }
 .AnyTagClassName
 {
   color: #585AED;
 }
</style>

background-color css

<style>
 a { background-color: #585AED; }

 a { background-color: rgb(88,90,237); }

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

border-color css

<style>
 span { border-color: #585AED; }

 span { border-color: rgb(88,90,237); }

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