#5845EA

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

Shades of Neon Blue #5845EA

Tints of Neon Blue #5845EA

Color information

#5845EA (or 0x5845EA) is unknown color: approx Neon Blue. HEX triplet: 58, 45 and EA. RGB value is (88,69,234). Sum of RGB (Red+Green+Blue) = 88+69+234=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #5845EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5845EA is #A7BA15. Grayscale: #5C5C5C. Windows color (decimal): -10992150 or 15353176. OLE color: 15353176.

HSL color Cylindrical-coordinate representation of color #5845EA: hue angle of 246.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5845EA is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8869234-
CMYK0.620.7100.08
HSL246.91º79.71%59.41%-
HSV(B)246.91º70.51%91.76%-
XYZ2112.2779.1-
YUV93.49207.29124.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 234 (91.80% from 255) = 59.85%
R=22.51%
G=17.65%
B=59.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal88692340.620.7100.08246.9179.7159.41
Hex5845EA3E4708f7503b
Octal1301053527610701036712073
Binary1011000100010111101010111110100011101000111101111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5845EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5845EA; }

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

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

<style>
 a { background-color: #5845EA; }

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

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

<style>
 span { border-color: #5845EA; }

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

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