Html Css Color HEX #585BFF Neon Blue

📋 copy color: '#585BFF'

red 88 ◦ green 91 ◦ blue 255

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

Shades of Neon Blue #585BFF

Tints of Neon Blue #585BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 20.28%
G = 20.97%
B = 58.76%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#585BFF (or 0x585BFF) is known color: Neon Blue. HEX triplet: 58, 5B and FF. RGB value is (88,91,255). Sum of RGB (Red+Green+Blue) = 88+91+255=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #585BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BFF is #A7A400. Grayscale: #6C6C6C. Windows color (decimal): -10986497 or 16735064. OLE color: 16735064.

HSL color Cylindrical-coordinate representation of color #585BFF: hue angle of 238.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #585BFF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 91 255 -
CMYK 0.65 0.64 0 0
HSL 238.92º 1% 0.67% -
HSV(B) 238.92º 0.65% 1% -
XYZ 25.82 16.78 96.49 -
YUV 108.8 210.51 113.16 -
System Red Green Blue C M Y K H S L
Decimal 88 91 255 0.65 0.64 0 0 238.92 1 0.67
Hex 58 5B FF 41 40 0 0 EF 64 43
Octal 130 133 377 101 100 0 0 357 144 103
Binary 1011000 1011011 11111111 1000001 1000000 0 0 11101111 1100100 1000011

Color Harmonies of #585BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BFF

Black with #585BFF

Text Example


Text Example

White with #585BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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