#353EE6

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

Shades of Neon Blue #353EE6

Tints of Neon Blue #353EE6

Color information

#353EE6 (or 0x353EE6) is unknown color: approx Neon Blue. HEX triplet: 35, 3E and E6. RGB value is (53,62,230). Sum of RGB (Red+Green+Blue) = 53+62+230=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #353EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EE6 is #CAC119. Grayscale: #4D4D4D. Windows color (decimal): -13287706 or 15089205. OLE color: 15089205.

HSL color Cylindrical-coordinate representation of color #353EE6: hue angle of 236.95º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353EE6 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5362230-
CMYK0.770.7300.10
HSL236.95º77.97%55.49%-
HSV(B)236.95º76.96%90.2%-
XYZ17.479.9275.86-
YUV78.46213.52109.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 230 (90.23% from 255) = 66.67%
R=15.36%
G=17.97%
B=66.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal53622300.770.7300.10236.9577.9755.49
Hex353EE64D490Aed4e37
Octal657634611511101235511667
Binary110101111110111001101001101100100101010111011011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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