Html Css Color HEX #585EEA Neon Blue

📋 copy color: '#585EEA'

red 88 ◦ green 94 ◦ blue 234

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

Shades of Neon Blue #585EEA

Tints of Neon Blue #585EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.25%

R = 21.15%
G = 22.6%
B = 56.25%

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

#585EEA (or 0x585EEA) is known color: Neon Blue. HEX triplet: 58, 5E and EA. RGB value is (88,94,234). Sum of RGB (Red+Green+Blue) = 88+94+234=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #585EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EEA is #A7A115. Grayscale: #6B6B6B. Windows color (decimal): -10985750 or 15359576. OLE color: 15359576.

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

Color convert

RGB 88 94 234 -
CMYK 0.62 0.60 0 0.08
HSL 237.53º 0.78% 0.63% -
HSV(B) 237.53º 0.62% 0.92% -
XYZ 22.88 16.02 79.73 -
YUV 108.17 199.01 113.62 -
System Red Green Blue C M Y K H S L
Decimal 88 94 234 0.62 0.60 0 0.08 237.53 0.78 0.63
Hex 58 5E EA 3E 3C 0 8 EE 4E 3F
Octal 130 136 352 76 74 0 10 356 116 77
Binary 1011000 1011110 11101010 111110 111100 0 1000 11101110 1001110 111111

Color Harmonies of #585EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EEA

Black with #585EEA

Text Example


Text Example

White with #585EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,94,234); }

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

background-color css

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

 a { background-color: rgb(88,94,234); }

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

border-color css

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

 span { border-color: rgb(88,94,234); }

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