#535AE7

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

Shades of Neon Blue #535AE7

Tints of Neon Blue #535AE7

Color information

#535AE7 (or 0x535AE7) is unknown color: approx Neon Blue. HEX triplet: 53, 5A and E7. RGB value is (83,90,231). Sum of RGB (Red+Green+Blue) = 83+90+231=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #535AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AE7 is #ACA518. Grayscale: #676767. Windows color (decimal): -11314457 or 15161939. OLE color: 15161939.

HSL color Cylindrical-coordinate representation of color #535AE7: hue angle of 237.16º degrees, saturation: 0.76, 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 #535AE7 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8390231-
CMYK0.640.6100.09
HSL237.16º75.51%61.57%-
HSV(B)237.16º64.07%90.59%-
XYZ21.6514.9277.34-
YUV103.98199.68113.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 231 (90.62% from 255) = 57.18%
R=20.54%
G=22.28%
B=57.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal83902310.640.6100.09237.1675.5161.57
Hex535AE7403D09ed4c3e
Octal1231323471007501135511476
Binary1010011101101011100111100000011110101001111011011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535AE7; }

 p { color: rgb(83,90,231); }

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

<style>
 a { background-color: #535AE7; }

 a { background-color: rgb(83,90,231); }

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

<style>
 span { border-color: #535AE7; }

 span { border-color: rgb(83,90,231); }

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