#5544EE

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

Shades of Neon Blue #5544EE

Tints of Neon Blue #5544EE

Color information

#5544EE (or 0x5544EE) is unknown color: approx Neon Blue. HEX triplet: 55, 44 and EE. RGB value is (85,68,238). Sum of RGB (Red+Green+Blue) = 85+68+238=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #5544EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5544EE is #AABB11. Grayscale: #5B5B5B. Windows color (decimal): -11189010 or 15615061. OLE color: 15615061.

HSL color Cylindrical-coordinate representation of color #5544EE: hue angle of 246º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5544EE is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8568238-
CMYK0.640.7100.07
HSL246º83.33%60%-
HSV(B)246º71.43%93.33%-
XYZ21.2512.2482.13-
YUV92.46210.13122.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 238 (93.36% from 255) = 60.87%
R=21.74%
G=17.39%
B=60.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85682380.640.7100.0724683.3360
Hex5544EE404707f6533c
Octal1251043561001070736612374
Binary1010101100010011101110100000010001110111111101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5544EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5544EE; }

 p { color: rgb(85,68,238); }

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

<style>
 a { background-color: #5544EE; }

 a { background-color: rgb(85,68,238); }

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

<style>
 span { border-color: #5544EE; }

 span { border-color: rgb(85,68,238); }

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