#353EF1

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

Shades of Neon Blue #353EF1

Tints of Neon Blue #353EF1

Color information

#353EF1 (or 0x353EF1) is unknown color: approx Neon Blue. HEX triplet: 35, 3E and F1. RGB value is (53,62,241). Sum of RGB (Red+Green+Blue) = 53+62+241=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #353EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EF1 is #CAC10E. Grayscale: #4E4E4E. Windows color (decimal): -13287695 or 15810101. OLE color: 15810101.

HSL color Cylindrical-coordinate representation of color #353EF1: hue angle of 237.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353EF1 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5362241-
CMYK0.780.7400.05
HSL237.13º87.04%57.65%-
HSV(B)237.13º78.01%94.51%-
XYZ19.0710.5584.25-
YUV79.72219.02108.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 241 (94.53% from 255) = 67.70%
R=14.89%
G=17.42%
B=67.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53622410.780.7400.05237.1387.0457.65
Hex353EF14E4A05ed573a
Octal65763611161120535512772
Binary11010111111011110001100111010010100101111011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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