#535EED

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

Shades of Neon Blue #535EED

Tints of Neon Blue #535EED

Color information

#535EED (or 0x535EED) is unknown color: approx Neon Blue. HEX triplet: 53, 5E and ED. RGB value is (83,94,237). Sum of RGB (Red+Green+Blue) = 83+94+237=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #535EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535EED is #ACA112. Grayscale: #6A6A6A. Windows color (decimal): -11313427 or 15556179. OLE color: 15556179.

HSL color Cylindrical-coordinate representation of color #535EED: hue angle of 235.71º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535EED is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8394237-
CMYK0.650.6000.07
HSL235.71º81.05%62.75%-
HSV(B)235.71º64.98%92.94%-
XYZ22.8615.9682-
YUV107.01201.36110.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.05%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 237 (92.97% from 255) = 57.25%
R=20.05%
G=22.71%
B=57.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83942370.650.6000.07235.7181.0562.75
Hex535EED413C07ec513f
Octal123136355101740735412177
Binary101001110111101110110110000011111000111111011001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,94,237); }

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

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

 a { background-color: rgb(83,94,237); }

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

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

 span { border-color: rgb(83,94,237); }

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