#353EED

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

Shades of Neon Blue #353EED

Tints of Neon Blue #353EED

Color information

#353EED (or 0x353EED) is unknown color: approx Neon Blue. HEX triplet: 35, 3E and ED. RGB value is (53,62,237). Sum of RGB (Red+Green+Blue) = 53+62+237=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #353EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EED is #CAC112. Grayscale: #4E4E4E. Windows color (decimal): -13287699 or 15547957. OLE color: 15547957.

HSL color Cylindrical-coordinate representation of color #353EED: hue angle of 237.07º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353EED is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5362237-
CMYK0.780.7400.07
HSL237.07º83.64%56.86%-
HSV(B)237.07º77.64%92.94%-
XYZ18.4810.3281.14-
YUV79.26217.02109.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 62 (24.61% from 255) = 17.61%
BLUE value IS 237 (92.97% from 255) = 67.33%
R=15.06%
G=17.61%
B=67.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53622370.780.7400.07237.0783.6456.86
Hex353EED4E4A07ed5439
Octal65763551161120735512471
Binary11010111111011101101100111010010100111111011011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,62,237); }

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

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

 a { background-color: rgb(53,62,237); }

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

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

 span { border-color: rgb(53,62,237); }

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