#553be7

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

Shades of Neon Blue #553BE7

Tints of Neon Blue #553BE7

Color information

#553BE7 (or 0x553BE7) is unknown color: approx Neon Blue. HEX triplet: 55, 3B and E7. RGB value is (85,59,231). Sum of RGB (Red+Green+Blue) = 85+59+231=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 231 (90.62% from 255 or 61.6% from 375); Max value from RGB is 231 - color contains mainly: blue. Hex color #553BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553BE7 is #AAC418. Grayscale: #555555. Windows color (decimal): -11191321 or 15154005. OLE color: 15154005.

HSL color Cylindrical-coordinate representation of color #553BE7: hue angle of 249.07º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553BE7 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8559231-
CMYK0.630.7400.09
HSL249.07º78.18%56.86%-
HSV(B)249.07º74.46%90.59%-
XYZ19.7310.8376.65-
YUV86.38209.61127.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 231 (90.62% from 255) = 61.6%
R=22.67%
G=15.73%
B=61.6%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85592310.630.7400.09249.0778.1856.86
Hex553BE73F4A09f94e39
Octal125733477711201137111671
Binary101010111101111100111111111100101001001111110011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553be7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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