Html Css Color HEX #585BEC Neon Blue

📋 copy color: '#585BEC'

red 88 ◦ green 91 ◦ blue 236

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

Shades of Neon Blue #585BEC

Tints of Neon Blue #585BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.93%

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

R = 21.2%
G = 21.93%
B = 56.87%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#585BEC (or 0x585BEC) is known color: Neon Blue. HEX triplet: 58, 5B and EC. RGB value is (88,91,236). Sum of RGB (Red+Green+Blue) = 88+91+236=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #585BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BEC is #A7A413. Grayscale: #6A6A6A. Windows color (decimal): -10986516 or 15489880. OLE color: 15489880.

HSL color Cylindrical-coordinate representation of color #585BEC: hue angle of 238.78º degrees, saturation: 0.8, 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 #585BEC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 91 236 -
CMYK 0.63 0.61 0 0.07
HSL 238.78º 0.8% 0.64% -
HSV(B) 238.78º 0.63% 0.93% -
XYZ 22.91 15.61 81.16 -
YUV 106.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 88 91 236 0.63 0.61 0 0.07 238.78 0.8 0.64
Hex 58 5B EC 3F 3D 0 7 EF 50 40
Octal 130 133 354 77 75 0 7 357 120 100
Binary 1011000 1011011 11101100 111111 111101 0 111 11101111 1010000 1000000

Color Harmonies of #585BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BEC

Black with #585BEC

Text Example


Text Example

White with #585BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,91,236); }

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

background-color css

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

 a { background-color: rgb(88,91,236); }

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

border-color css

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

 span { border-color: rgb(88,91,236); }

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