#553BE4

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

Shades of Neon Blue #553BE4

Tints of Neon Blue #553BE4

Color information

#553BE4 (or 0x553BE4) is unknown color: approx Neon Blue. HEX triplet: 55, 3B and E4. RGB value is (85,59,228). Sum of RGB (Red+Green+Blue) = 85+59+228=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #553BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BE4 is #AAC41B. Grayscale: #555555. Windows color (decimal): -11191324 or 14957397. OLE color: 14957397.

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

Color convert

RGB8559228-
CMYK0.630.7400.11
HSL249.23º75.78%56.27%-
HSV(B)249.23º74.12%89.41%-
XYZ19.3110.6674.44-
YUV86.04208.11127.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 59 (23.44% from 255) = 15.86%
BLUE value IS 228 (89.45% from 255) = 61.29%
R=22.85%
G=15.86%
B=61.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85592280.630.7400.11249.2375.7856.27
Hex553BE43F4A0Bf94c38
Octal125733447711201337111470
Binary101010111101111100100111111100101001011111110011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,59,228); }

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

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

 a { background-color: rgb(85,59,228); }

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

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

 span { border-color: rgb(85,59,228); }

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