#5545E1

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

Shades of Neon Blue #5545E1

Tints of Neon Blue #5545E1

Color information

#5545E1 (or 0x5545E1) is unknown color: approx Neon Blue. HEX triplet: 55, 45 and E1. RGB value is (85,69,225). Sum of RGB (Red+Green+Blue) = 85+69+225=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 225 (88.28% from 255 or 59.37% from 379); Max value from RGB is 225 - color contains mainly: blue. Hex color #5545E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5545E1 is #AABA1E. Grayscale: #5A5A5A. Windows color (decimal): -11188767 or 14763349. OLE color: 14763349.

HSL color Cylindrical-coordinate representation of color #5545E1: hue angle of 246.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5545E1 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8569225-
CMYK0.620.6900.12
HSL246.15º72.22%57.65%-
HSV(B)246.15º69.33%88.24%-
XYZ19.4711.6272.45-
YUV91.57203.3123.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 225 (88.28% from 255) = 59.37%
R=22.43%
G=18.21%
B=59.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85692250.620.6900.12246.1572.2257.65
Hex5545E13E450Cf6483a
Octal1251053417610501436611072
Binary1010101100010111100001111110100010101100111101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5545E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5545E1; }

 p { color: rgb(85,69,225); }

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

<style>
 a { background-color: #5545E1; }

 a { background-color: rgb(85,69,225); }

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

<style>
 span { border-color: #5545E1; }

 span { border-color: rgb(85,69,225); }

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