Html Css Color HEX #4549EE Neon Blue

📋 copy color: '#4549EE'

red 69 ◦ green 73 ◦ blue 238

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

Shades of Neon Blue #4549EE

Tints of Neon Blue #4549EE

RGB

 RED value IS 69 (27.34% from 255) = 18.16%

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

 BLUE value IS 238 (93.36% from 255) = 62.63%

R = 18.16%
G = 19.21%
B = 62.63%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4549EE (or 0x4549EE) is known color: Neon Blue. HEX triplet: 45, 49 and EE. RGB value is (69,73,238). Sum of RGB (Red+Green+Blue) = 69+73+238=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #4549EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4549EE is #BAB611. Grayscale: #595959. Windows color (decimal): -12236306 or 15616325. OLE color: 15616325.

HSL color Cylindrical-coordinate representation of color #4549EE: hue angle of 238.58º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4549EE is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 73 238 -
CMYK 0.71 0.69 0 0.07
HSL 238.58º 0.83% 0.6% -
HSV(B) 238.58º 0.71% 0.93% -
XYZ 20.27 12.2 82.18 -
YUV 90.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 69 73 238 0.71 0.69 0 0.07 238.58 0.83 0.6
Hex 45 49 EE 47 45 0 7 EF 53 3C
Octal 105 111 356 107 105 0 7 357 123 74
Binary 1000101 1001001 11101110 1000111 1000101 0 111 11101111 1010011 111100

Color Harmonies of #4549EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4549EE

Black with #4549EE

Text Example


Text Example

White with #4549EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4549EE; }

 p { color: rgb(69,73,238); }

 H1.HeaderClassName
 {
   color: #4549EE;
 }
 .AnyTagClassName
 {
   color: #4549EE;
 }
</style>

background-color css

<style>
 a { background-color: #4549EE; }

 a { background-color: rgb(69,73,238); }

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

border-color css

<style>
 span { border-color: #4549EE; }

 span { border-color: rgb(69,73,238); }

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