#584BE4

Color #584BE4 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #584BE4

Tints of Neon Blue #584BE4

Color information

#584BE4 (or 0x584BE4) is unknown color: approx Neon Blue. HEX triplet: 58, 4B and E4. RGB value is (88,75,228). Sum of RGB (Red+Green+Blue) = 88+75+228=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #584BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BE4 is #A7B41B. Grayscale: #5F5F5F. Windows color (decimal): -10990620 or 14961496. OLE color: 14961496.

HSL color Cylindrical-coordinate representation of color #584BE4: hue angle of 245.1º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #584BE4 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8875228-
CMYK0.610.6700.11
HSL245.1º73.91%59.41%-
HSV(B)245.1º67.11%89.41%-
XYZ20.5412.7174.77-
YUV96.33202.31122.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 228 (89.45% from 255) = 58.31%
R=22.51%
G=19.18%
B=58.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal88752280.610.6700.11245.173.9159.41
Hex584BE43D430Bf54a3b
Octal1301133447510301336511273
Binary1011000100101111100100111101100001101011111101011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584BE4; }

 p { color: rgb(88,75,228); }

 H1.HeaderClassName
 {
   color: #584BE4;
 }
 .AnyTagClassName
 {
   color: #584BE4;
 }
</style>
background-color css

<style>
 a { background-color: #584BE4; }

 a { background-color: rgb(88,75,228); }

 div.DivClassName
 {
   background-color: #584BE4;
 }
 .BgClassName
 {
   background-color: #584BE4;
 }
</style>
border-color css

<style>
 span { border-color: #584BE4; }

 span { border-color: rgb(88,75,228); }

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