#3548E6

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

Shades of Neon Blue #3548E6

Tints of Neon Blue #3548E6

Color information

#3548E6 (or 0x3548E6) is unknown color: approx Neon Blue. HEX triplet: 35, 48 and E6. RGB value is (53,72,230). Sum of RGB (Red+Green+Blue) = 53+72+230=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 230 (90.23% from 255 or 64.79% from 355); Max value from RGB is 230 - color contains mainly: blue. Hex color #3548E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3548E6 is #CAB719. Grayscale: #535353. Windows color (decimal): -13285146 or 15091765. OLE color: 15091765.

HSL color Cylindrical-coordinate representation of color #3548E6: hue angle of 233.56º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3548E6 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5372230-
CMYK0.770.6900.10
HSL233.56º77.97%55.49%-
HSV(B)233.56º76.96%90.2%-
XYZ18.0711.176.05-
YUV84.33210.21105.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 230 (90.23% from 255) = 64.79%
R=14.93%
G=20.28%
B=64.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal53722300.770.6900.10233.5677.9755.49
Hex3548E64D450Aea4e37
Octal6511034611510501235211667
Binary1101011001000111001101001101100010101010111010101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3548E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3548E6; }

 p { color: rgb(53,72,230); }

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

<style>
 a { background-color: #3548E6; }

 a { background-color: rgb(53,72,230); }

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

<style>
 span { border-color: #3548E6; }

 span { border-color: rgb(53,72,230); }

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