#354AEA

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

Shades of Neon Blue #354AEA

Tints of Neon Blue #354AEA

Color information

#354AEA (or 0x354AEA) is unknown color: approx Neon Blue. HEX triplet: 35, 4A and EA. RGB value is (53,74,234). Sum of RGB (Red+Green+Blue) = 53+74+234=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #354AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354AEA is #CAB515. Grayscale: #555555. Windows color (decimal): -13284630 or 15354421. OLE color: 15354421.

HSL color Cylindrical-coordinate representation of color #354AEA: hue angle of 233.04º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354AEA is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5374234-
CMYK0.770.6800.08
HSL233.04º81.17%56.27%-
HSV(B)233.04º77.35%91.76%-
XYZ18.7711.5979.09-
YUV85.96211.54104.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 234 (91.80% from 255) = 64.82%
R=14.68%
G=20.50%
B=64.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal53742340.770.6800.08233.0481.1756.27
Hex354AEA4D4408e95138
Octal6511235211510401035112170
Binary1101011001010111010101001101100010001000111010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,234); }

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

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

 a { background-color: rgb(53,74,234); }

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

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

 span { border-color: rgb(53,74,234); }

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