Html Css Color HEX #5449DF Neon Blue

📋 copy color: '#5449DF'

red 84 ◦ green 73 ◦ blue 223

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

Shades of Neon Blue #5449DF

Tints of Neon Blue #5449DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 22.11%
G = 19.21%
B = 58.68%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5449DF (or 0x5449DF) is known color: Neon Blue. HEX triplet: 54, 49 and DF. RGB value is (84,73,223). Sum of RGB (Red+Green+Blue) = 84+73+223=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #5449DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449DF is #ABB620. Grayscale: #5C5C5C. Windows color (decimal): -11253281 or 14633300. OLE color: 14633300.

HSL color Cylindrical-coordinate representation of color #5449DF: hue angle of 244.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5449DF is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 73 223 -
CMYK 0.62 0.67 0 0.13
HSL 244.4º 0.7% 0.58% -
HSV(B) 244.4º 0.67% 0.87% -
XYZ 19.36 11.98 71.1 -
YUV 93.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 84 73 223 0.62 0.67 0 0.13 244.4 0.7 0.58
Hex 54 49 DF 3E 43 0 D F4 46 3A
Octal 124 111 337 76 103 0 15 364 106 72
Binary 1010100 1001001 11011111 111110 1000011 0 1101 11110100 1000110 111010

Color Harmonies of #5449DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449DF

Black with #5449DF

Text Example


Text Example

White with #5449DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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