Html Css Color HEX #585EFE Neon Blue

📋 copy color: '#585EFE'

red 88 ◦ green 94 ◦ blue 254

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

Shades of Neon Blue #585EFE

Tints of Neon Blue #585EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

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

R = 20.18%
G = 21.56%
B = 58.26%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#585EFE (or 0x585EFE) is known color: Neon Blue. HEX triplet: 58, 5E and FE. RGB value is (88,94,254). Sum of RGB (Red+Green+Blue) = 88+94+254=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #585EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EFE is #A7A101. Grayscale: #6D6D6D. Windows color (decimal): -10985730 or 16670296. OLE color: 16670296.

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

Color convert

RGB 88 94 254 -
CMYK 0.65 0.63 0 0.00
HSL 237.83º 0.99% 0.67% -
HSV(B) 237.83º 0.65% 1% -
XYZ 25.92 17.24 95.73 -
YUV 110.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 88 94 254 0.65 0.63 0 0.00 237.83 0.99 0.67
Hex 58 5E FE 41 3F 0 0 EE 63 43
Octal 130 136 376 101 77 0 0 356 143 103
Binary 1011000 1011110 11111110 1000001 111111 0 0 11101110 1100011 1000011

Color Harmonies of #585EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EFE

Black with #585EFE

Text Example


Text Example

White with #585EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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