#5553E9

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

Shades of Neon Blue #5553E9

Tints of Neon Blue #5553E9

Color information

#5553E9 (or 0x5553E9) is unknown color: approx Neon Blue. HEX triplet: 55, 53 and E9. RGB value is (85,83,233). Sum of RGB (Red+Green+Blue) = 85+83+233=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #5553E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5553E9 is #AAAC16. Grayscale: #646464. Windows color (decimal): -11185175 or 15291221. OLE color: 15291221.

HSL color Cylindrical-coordinate representation of color #5553E9: hue angle of 240.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5553E9 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8583233-
CMYK0.640.6400.09
HSL240.8º77.32%61.96%-
HSV(B)240.8º64.38%91.37%-
XYZ21.551478.66-
YUV100.7202.66116.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 233 (91.41% from 255) = 58.10%
R=21.20%
G=20.70%
B=58.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85832330.640.6400.09240.877.3261.96
Hex5553E9404009f14d3e
Octal12512335110010001136111576
Binary10101011010011111010011000000100000001001111100011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5553E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5553E9; }

 p { color: rgb(85,83,233); }

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

<style>
 a { background-color: #5553E9; }

 a { background-color: rgb(85,83,233); }

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

<style>
 span { border-color: #5553E9; }

 span { border-color: rgb(85,83,233); }

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