#5355E9

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

Shades of Neon Blue #5355E9

Tints of Neon Blue #5355E9

Color information

#5355E9 (or 0x5355E9) is unknown color: approx Neon Blue. HEX triplet: 53, 55 and E9. RGB value is (83,85,233). Sum of RGB (Red+Green+Blue) = 83+85+233=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 85 (33.59% from 255 or 21.20% 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 #5355E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355E9 is #ACAA16. Grayscale: #646464. Windows color (decimal): -11315735 or 15291731. OLE color: 15291731.

HSL color Cylindrical-coordinate representation of color #5355E9: hue angle of 239.2º 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 #5355E9 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8385233-
CMYK0.640.6400.09
HSL239.2º77.32%61.96%-
HSV(B)239.2º64.38%91.37%-
XYZ21.5214.2278.7-
YUV101.27202.34114.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 233 (91.41% from 255) = 58.10%
R=20.70%
G=21.20%
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
Decimal83852330.640.6400.09239.277.3261.96
Hex5355E9404009ef4d3e
Octal12312535110010001135711576
Binary10100111010101111010011000000100000001001111011111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5355E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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