Html Css Color HEX #585EFB Neon Blue

📋 copy color: '#585EFB'

red 88 ◦ green 94 ◦ blue 251

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

Shades of Neon Blue #585EFB

Tints of Neon Blue #585EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.97%

R = 20.32%
G = 21.71%
B = 57.97%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#585EFB (or 0x585EFB) is known color: Neon Blue. HEX triplet: 58, 5E and FB. RGB value is (88,94,251). Sum of RGB (Red+Green+Blue) = 88+94+251=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #585EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EFB is #A7A104. Grayscale: #6D6D6D. Windows color (decimal): -10985733 or 16473688. OLE color: 16473688.

HSL color Cylindrical-coordinate representation of color #585EFB: hue angle of 237.79º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #585EFB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 94 251 -
CMYK 0.65 0.63 0 0.02
HSL 237.79º 0.95% 0.66% -
HSV(B) 237.79º 0.65% 0.98% -
XYZ 25.44 17.05 93.22 -
YUV 110.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 88 94 251 0.65 0.63 0 0.02 237.79 0.95 0.66
Hex 58 5E FB 41 3F 0 2 EE 5F 42
Octal 130 136 373 101 77 0 2 356 137 102
Binary 1011000 1011110 11111011 1000001 111111 0 10 11101110 1011111 1000010

Color Harmonies of #585EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EFB

Black with #585EFB

Text Example


Text Example

White with #585EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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