#354DEC

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

Shades of Neon Blue #354DEC

Tints of Neon Blue #354DEC

Color information

#354DEC (or 0x354DEC) is unknown color: approx Neon Blue. HEX triplet: 35, 4D and EC. RGB value is (53,77,236). Sum of RGB (Red+Green+Blue) = 53+77+236=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #354DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354DEC is #CAB213. Grayscale: #575757. Windows color (decimal): -13283860 or 15486261. OLE color: 15486261.

HSL color Cylindrical-coordinate representation of color #354DEC: hue angle of 232.13º degrees, saturation: 0.83, 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 #354DEC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5377236-
CMYK0.780.6700.07
HSL232.13º82.81%56.67%-
HSV(B)232.13º77.54%92.55%-
XYZ19.2612.1280.68-
YUV87.95211.55103.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.48%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 236 (92.58% from 255) = 64.48%
R=14.48%
G=21.04%
B=64.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53772360.780.6700.07232.1382.8156.67
Hex354DEC4E4307e85339
Octal651153541161030735012371
Binary110101100110111101100100111010000110111111010001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354DEC; }

 p { color: rgb(53,77,236); }

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

<style>
 a { background-color: #354DEC; }

 a { background-color: rgb(53,77,236); }

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

<style>
 span { border-color: #354DEC; }

 span { border-color: rgb(53,77,236); }

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