Html Css Color HEX #3549ED Neon Blue

📋 copy color: '#3549ED'

red 53 ◦ green 73 ◦ blue 237

#3549ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3549ED

Tints of Neon Blue #3549ED

RGB

 RED value IS 53 (21.09% from 255) = 14.6%

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 14.6%
G = 20.11%
B = 65.29%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3549ED (or 0x3549ED) is known color: Neon Blue. HEX triplet: 35, 49 and ED. RGB value is (53,73,237). Sum of RGB (Red+Green+Blue) = 53+73+237=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #3549ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3549ED is #CAB612. Grayscale: #555555. Windows color (decimal): -13284883 or 15550773. OLE color: 15550773.

HSL color Cylindrical-coordinate representation of color #3549ED: hue angle of 233.48º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3549ED is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 73 237 -
CMYK 0.78 0.69 0 0.07
HSL 233.48º 0.84% 0.57% -
HSV(B) 233.48º 0.78% 0.93% -
XYZ 19.14 11.64 81.36 -
YUV 85.72 213.37 104.66 -
System Red Green Blue C M Y K H S L
Decimal 53 73 237 0.78 0.69 0 0.07 233.48 0.84 0.57
Hex 35 49 ED 4E 45 0 7 E9 54 39
Octal 65 111 355 116 105 0 7 351 124 71
Binary 110101 1001001 11101101 1001110 1000101 0 111 11101001 1010100 111001

Color Harmonies of #3549ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3549ED

Black with #3549ED

Text Example


Text Example

White with #3549ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3549ED;
 }
 .AnyTagClassName
 {
   color: #3549ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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