Html Css Color HEX #585CEF Neon Blue

📋 copy color: '#585CEF'

red 88 ◦ green 92 ◦ blue 239

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

Shades of Neon Blue #585CEF

Tints of Neon Blue #585CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 21%
G = 21.96%
B = 57.04%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#585CEF (or 0x585CEF) is known color: Neon Blue. HEX triplet: 58, 5C and EF. RGB value is (88,92,239). Sum of RGB (Red+Green+Blue) = 88+92+239=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #585CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585CEF is #A7A310. Grayscale: #6A6A6A. Windows color (decimal): -10986257 or 15686744. OLE color: 15686744.

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

Color convert

RGB 88 92 239 -
CMYK 0.63 0.62 0 0.06
HSL 238.41º 0.83% 0.64% -
HSV(B) 238.41º 0.63% 0.94% -
XYZ 23.43 15.96 83.51 -
YUV 107.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 88 92 239 0.63 0.62 0 0.06 238.41 0.83 0.64
Hex 58 5C EF 3F 3E 0 6 EE 53 40
Octal 130 134 357 77 76 0 6 356 123 100
Binary 1011000 1011100 11101111 111111 111110 0 110 11101110 1010011 1000000

Color Harmonies of #585CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CEF

Black with #585CEF

Text Example


Text Example

White with #585CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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