#352ef1

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

Shades of Neon Blue #352EF1

Tints of Neon Blue #352EF1

Color information

#352EF1 (or 0x352EF1) is unknown color: approx Neon Blue. HEX triplet: 35, 2E and F1. RGB value is (53,46,241). Sum of RGB (Red+Green+Blue) = 53+46+241=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #352EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352EF1 is #CAD10E. Grayscale: #454545. Windows color (decimal): -13291791 or 15806005. OLE color: 15806005.

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

Color convert

RGB5346241-
CMYK0.780.8100.05
HSL242.15º87.44%56.27%-
HSV(B)242.15º80.91%94.51%-
XYZ18.329.0684-
YUV70.32224.32115.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 241 (94.53% from 255) = 70.88%
R=15.59%
G=13.53%
B=70.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53462410.780.8100.05242.1587.4456.27
Hex352EF14E5105f25738
Octal65563611161210536212770
Binary11010110111011110001100111010100010101111100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352ef1; }

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

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

<style>
 a { background-color: #352ef1; }

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

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

<style>
 span { border-color: #352ef1; }

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

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