#3549F3

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

Shades of Neon Blue #3549F3

Tints of Neon Blue #3549F3

Color information

#3549F3 (or 0x3549F3) is unknown color: approx Neon Blue. HEX triplet: 35, 49 and F3. RGB value is (53,73,243). Sum of RGB (Red+Green+Blue) = 53+73+243=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 243 (95.31% from 255 or 65.85% from 369); Max value from RGB is 243 - color contains mainly: blue. Hex color #3549F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3549F3 is #CAB60C. Grayscale: #555555. Windows color (decimal): -13284877 or 15943989. OLE color: 15943989.

HSL color Cylindrical-coordinate representation of color #3549F3: hue angle of 233.68º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3549F3 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5373243-
CMYK0.780.7000.05
HSL233.68º88.79%58.04%-
HSV(B)233.68º78.19%95.29%-
XYZ20.0311.9986.05-
YUV86.4216.37104.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 243 (95.31% from 255) = 65.85%
R=14.36%
G=19.78%
B=65.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53732430.780.7000.05233.6888.7958.04
Hex3549F34E4605ea593a
Octal651113631161060535213172
Binary110101100100111110011100111010001100101111010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3549F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3549F3; }

 p { color: rgb(53,73,243); }

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

<style>
 a { background-color: #3549F3; }

 a { background-color: rgb(53,73,243); }

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

<style>
 span { border-color: #3549F3; }

 span { border-color: rgb(53,73,243); }

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