#354EF5

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

Shades of Neon Blue #354EF5

Tints of Neon Blue #354EF5

Color information

#354EF5 (or 0x354EF5) is unknown color: approx Neon Blue. HEX triplet: 35, 4E and F5. RGB value is (53,78,245). Sum of RGB (Red+Green+Blue) = 53+78+245=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #354EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354EF5 is #CAB10A. Grayscale: #585858. Windows color (decimal): -13283595 or 16076341. OLE color: 16076341.

HSL color Cylindrical-coordinate representation of color #354EF5: hue angle of 232.19º 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 #354EF5 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5378245-
CMYK0.780.6800.04
HSL232.19º90.57%58.43%-
HSV(B)232.19º78.37%96.08%-
XYZ20.6712.887.77-
YUV89.56215.72101.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 245 (96.09% from 255) = 65.16%
R=14.10%
G=20.74%
B=65.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal53782450.780.6800.04232.1990.5758.43
Hex354EF54E4404e85b3a
Octal651163651161040435013372
Binary110101100111011110101100111010001000100111010001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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