Html Css Color HEX #585DFF Neon Blue

📋 copy color: '#585DFF'

red 88 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #585DFF

Tints of Neon Blue #585DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.33%

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

R = 20.18%
G = 21.33%
B = 58.49%

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

#585DFF (or 0x585DFF) is known color: Neon Blue. HEX triplet: 58, 5D and FF. RGB value is (88,93,255). Sum of RGB (Red+Green+Blue) = 88+93+255=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #585DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585DFF is #A7A200. Grayscale: #6D6D6D. Windows color (decimal): -10985985 or 16735576. OLE color: 16735576.

HSL color Cylindrical-coordinate representation of color #585DFF: hue angle of 238.2º 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 #585DFF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 93 255 -
CMYK 0.65 0.64 0 0
HSL 238.2º 1% 0.67% -
HSV(B) 238.2º 0.65% 1% -
XYZ 25.99 17.12 96.54 -
YUV 109.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 88 93 255 0.65 0.64 0 0 238.2 1 0.67
Hex 58 5D FF 41 40 0 0 EE 64 43
Octal 130 135 377 101 100 0 0 356 144 103
Binary 1011000 1011101 11111111 1000001 1000000 0 0 11101110 1100100 1000011

Color Harmonies of #585DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DFF

Black with #585DFF

Text Example


Text Example

White with #585DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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