#373AEC

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

Shades of Neon Blue #373AEC

Tints of Neon Blue #373AEC

Color information

#373AEC (or 0x373AEC) is unknown color: approx Neon Blue. HEX triplet: 37, 3A and EC. RGB value is (55,58,236). Sum of RGB (Red+Green+Blue) = 55+58+236=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #373AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AEC is #C8C513. Grayscale: #4C4C4C. Windows color (decimal): -13157652 or 15481399. OLE color: 15481399.

HSL color Cylindrical-coordinate representation of color #373AEC: hue angle of 239.01º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373AEC is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5558236-
CMYK0.770.7500.07
HSL239.01º82.65%57.06%-
HSV(B)239.01º76.69%92.55%-
XYZ18.239.8980.31-
YUV77.4217.51112.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 58 (23.05% from 255) = 16.62%
BLUE value IS 236 (92.58% from 255) = 67.62%
R=15.76%
G=16.62%
B=67.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal55582360.770.7500.07239.0182.6557.06
Hex373AEC4D4B07ef5339
Octal67723541151130735712371
Binary11011111101011101100100110110010110111111011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373AEC; }

 p { color: rgb(55,58,236); }

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

<style>
 a { background-color: #373AEC; }

 a { background-color: rgb(55,58,236); }

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

<style>
 span { border-color: #373AEC; }

 span { border-color: rgb(55,58,236); }

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