#353DEE

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

Shades of Neon Blue #353DEE

Tints of Neon Blue #353DEE

Color information

#353DEE (or 0x353DEE) is unknown color: approx Neon Blue. HEX triplet: 35, 3D and EE. RGB value is (53,61,238). Sum of RGB (Red+Green+Blue) = 53+61+238=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #353DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353DEE is #CAC211. Grayscale: #4E4E4E. Windows color (decimal): -13287954 or 15613237. OLE color: 15613237.

HSL color Cylindrical-coordinate representation of color #353DEE: hue angle of 237.41º 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 #353DEE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5361238-
CMYK0.780.7400.07
HSL237.41º84.47%57.06%-
HSV(B)237.41º77.73%93.33%-
XYZ18.5710.2781.89-
YUV78.79217.85109.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 61 (24.22% from 255) = 17.33%
BLUE value IS 238 (93.36% from 255) = 67.61%
R=15.06%
G=17.33%
B=67.61%

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
Decimal53612380.780.7400.07237.4184.4757.06
Hex353DEE4E4A07ed5439
Octal65753561161120735512471
Binary11010111110111101110100111010010100111111011011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,61,238); }

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

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

 a { background-color: rgb(53,61,238); }

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

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

 span { border-color: rgb(53,61,238); }

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