Html Css Color HEX #585BFE Neon Blue

📋 copy color: '#585BFE'

red 88 ◦ green 91 ◦ blue 254

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

Shades of Neon Blue #585BFE

Tints of Neon Blue #585BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 20.32%
G = 21.02%
B = 58.66%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#585BFE (or 0x585BFE) is known color: Neon Blue. HEX triplet: 58, 5B and FE. RGB value is (88,91,254). Sum of RGB (Red+Green+Blue) = 88+91+254=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #585BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BFE is #A7A401. Grayscale: #6C6C6C. Windows color (decimal): -10986498 or 16669528. OLE color: 16669528.

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

Color convert

RGB 88 91 254 -
CMYK 0.65 0.64 0 0.00
HSL 238.92º 0.99% 0.67% -
HSV(B) 238.92º 0.65% 1% -
XYZ 25.65 16.71 95.64 -
YUV 108.69 210.01 113.25 -
System Red Green Blue C M Y K H S L
Decimal 88 91 254 0.65 0.64 0 0.00 238.92 0.99 0.67
Hex 58 5B FE 41 40 0 0 EF 63 43
Octal 130 133 376 101 100 0 0 357 143 103
Binary 1011000 1011011 11111110 1000001 1000000 0 0 11101111 1100011 1000011

Color Harmonies of #585BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BFE

Black with #585BFE

Text Example


Text Example

White with #585BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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