#584BEA

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

Shades of Neon Blue #584BEA

Tints of Neon Blue #584BEA

Color information

#584BEA (or 0x584BEA) is unknown color: approx Neon Blue. HEX triplet: 58, 4B and EA. RGB value is (88,75,234). Sum of RGB (Red+Green+Blue) = 88+75+234=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #584BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584BEA is #A7B415. Grayscale: #606060. Windows color (decimal): -10990614 or 15354712. OLE color: 15354712.

HSL color Cylindrical-coordinate representation of color #584BEA: hue angle of 244.91º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #584BEA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8875234-
CMYK0.620.6800.08
HSL244.91º79.1%60.59%-
HSV(B)244.91º67.95%91.76%-
XYZ21.3913.0579.23-
YUV97.01205.31121.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 234 (91.80% from 255) = 58.94%
R=22.17%
G=18.89%
B=58.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal88752340.620.6800.08244.9179.160.59
Hex584BEA3E4408f54f3d
Octal1301133527610401036511775
Binary1011000100101111101010111110100010001000111101011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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