Html Css Color HEX #5449EC Neon Blue

📋 copy color: '#5449EC'

red 84 ◦ green 73 ◦ blue 236

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

Shades of Neon Blue #5449EC

Tints of Neon Blue #5449EC

RGB

 RED value IS 84 (33.2% from 255) = 21.37%

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

 BLUE value IS 236 (92.58% from 255) = 60.05%

R = 21.37%
G = 18.58%
B = 60.05%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5449EC (or 0x5449EC) is known color: Neon Blue. HEX triplet: 54, 49 and EC. RGB value is (84,73,236). Sum of RGB (Red+Green+Blue) = 84+73+236=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #5449EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449EC is #ABB613. Grayscale: #5E5E5E. Windows color (decimal): -11253268 or 15485268. OLE color: 15485268.

HSL color Cylindrical-coordinate representation of color #5449EC: hue angle of 244.05º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5449EC is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 73 236 -
CMYK 0.64 0.69 0 0.07
HSL 244.05º 0.81% 0.61% -
HSV(B) 244.05º 0.69% 0.93% -
XYZ 21.18 12.71 80.69 -
YUV 94.87 207.64 120.25 -
System Red Green Blue C M Y K H S L
Decimal 84 73 236 0.64 0.69 0 0.07 244.05 0.81 0.61
Hex 54 49 EC 40 45 0 7 F4 51 3D
Octal 124 111 354 100 105 0 7 364 121 75
Binary 1010100 1001001 11101100 1000000 1000101 0 111 11110100 1010001 111101

Color Harmonies of #5449EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449EC

Black with #5449EC

Text Example


Text Example

White with #5449EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5449EC; }

 p { color: rgb(84,73,236); }

 H1.HeaderClassName
 {
   color: #5449EC;
 }
 .AnyTagClassName
 {
   color: #5449EC;
 }
</style>

background-color css

<style>
 a { background-color: #5449EC; }

 a { background-color: rgb(84,73,236); }

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

border-color css

<style>
 span { border-color: #5449EC; }

 span { border-color: rgb(84,73,236); }

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