Html Css Color HEX #585CEC Neon Blue

📋 copy color: '#585CEC'

red 88 ◦ green 92 ◦ blue 236

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

Shades of Neon Blue #585CEC

Tints of Neon Blue #585CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.12%

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

R = 21.15%
G = 22.12%
B = 56.73%

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

#585CEC (or 0x585CEC) is known color: Neon Blue. HEX triplet: 58, 5C and EC. RGB value is (88,92,236). Sum of RGB (Red+Green+Blue) = 88+92+236=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #585CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585CEC is #A7A313. Grayscale: #6A6A6A. Windows color (decimal): -10986260 or 15490136. OLE color: 15490136.

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

Color convert

RGB 88 92 236 -
CMYK 0.63 0.61 0 0.07
HSL 238.38º 0.8% 0.64% -
HSV(B) 238.38º 0.63% 0.93% -
XYZ 22.99 15.79 81.19 -
YUV 107.22 200.67 114.29 -
System Red Green Blue C M Y K H S L
Decimal 88 92 236 0.63 0.61 0 0.07 238.38 0.8 0.64
Hex 58 5C EC 3F 3D 0 7 EE 50 40
Octal 130 134 354 77 75 0 7 356 120 100
Binary 1011000 1011100 11101100 111111 111101 0 111 11101110 1010000 1000000

Color Harmonies of #585CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CEC

Black with #585CEC

Text Example


Text Example

White with #585CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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