#354DF5

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

Shades of Neon Blue #354DF5

Tints of Neon Blue #354DF5

Color information

#354DF5 (or 0x354DF5) is unknown color: approx Neon Blue. HEX triplet: 35, 4D and F5. RGB value is (53,77,245). Sum of RGB (Red+Green+Blue) = 53+77+245=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #354DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354DF5 is #CAB20A. Grayscale: #585858. Windows color (decimal): -13283851 or 16076085. OLE color: 16076085.

HSL color Cylindrical-coordinate representation of color #354DF5: hue angle of 232.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354DF5 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5377245-
CMYK0.780.6900.04
HSL232.5º90.57%58.43%-
HSV(B)232.5º78.37%96.08%-
XYZ20.612.6687.74-
YUV88.98216.05102.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.13%
GREEN value IS 77 (30.47% from 255) = 20.53%
BLUE value IS 245 (96.09% from 255) = 65.33%
R=14.13%
G=20.53%
B=65.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal53772450.780.6900.04232.590.5758.43
Hex354DF54E4504e85b3a
Octal651153651161050435013372
Binary110101100110111110101100111010001010100111010001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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