Html Css Color HEX #585FE9 Neon Blue

📋 copy color: '#585FE9'

red 88 ◦ green 95 ◦ blue 233

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

Shades of Neon Blue #585FE9

Tints of Neon Blue #585FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

 BLUE value IS 233 (91.41% from 255) = 56.01%

R = 21.15%
G = 22.84%
B = 56.01%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#585FE9 (or 0x585FE9) is known color: Neon Blue. HEX triplet: 58, 5F and E9. RGB value is (88,95,233). Sum of RGB (Red+Green+Blue) = 88+95+233=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #585FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585FE9 is #A7A016. Grayscale: #6C6C6C. Windows color (decimal): -10985495 or 15294296. OLE color: 15294296.

HSL color Cylindrical-coordinate representation of color #585FE9: hue angle of 237.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #585FE9 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 95 233 -
CMYK 0.62 0.59 0 0.09
HSL 237.1º 0.77% 0.63% -
HSV(B) 237.1º 0.62% 0.91% -
XYZ 22.82 16.14 79 -
YUV 108.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 88 95 233 0.62 0.59 0 0.09 237.1 0.77 0.63
Hex 58 5F E9 3E 3B 0 9 ED 4D 3F
Octal 130 137 351 76 73 0 11 355 115 77
Binary 1011000 1011111 11101001 111110 111011 0 1001 11101101 1001101 111111

Color Harmonies of #585FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FE9

Black with #585FE9

Text Example


Text Example

White with #585FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,233); }

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

background-color css

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

 a { background-color: rgb(88,95,233); }

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

border-color css

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

 span { border-color: rgb(88,95,233); }

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