#353CEE

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

Shades of Neon Blue #353CEE

Tints of Neon Blue #353CEE

Color information

#353CEE (or 0x353CEE) is unknown color: approx Neon Blue. HEX triplet: 35, 3C and EE. RGB value is (53,60,238). Sum of RGB (Red+Green+Blue) = 53+60+238=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #353CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353CEE is #CAC311. Grayscale: #4D4D4D. Windows color (decimal): -13288210 or 15612981. OLE color: 15612981.

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

Color convert

RGB5360238-
CMYK0.780.7500.07
HSL237.73º84.47%57.06%-
HSV(B)237.73º77.73%93.33%-
XYZ18.5210.1681.87-
YUV78.2218.18110.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 60 (23.83% from 255) = 17.09%
BLUE value IS 238 (93.36% from 255) = 67.81%
R=15.10%
G=17.09%
B=67.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53602380.780.7500.07237.7384.4757.06
Hex353CEE4E4B07ee5439
Octal65743561161130735612471
Binary11010111110011101110100111010010110111111011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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