Html Css Color HEX #5448DF Neon Blue

📋 copy color: '#5448DF'

red 84 ◦ green 72 ◦ blue 223

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

Shades of Neon Blue #5448DF

Tints of Neon Blue #5448DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

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

R = 22.16%
G = 19%
B = 58.84%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5448DF (or 0x5448DF) is known color: Neon Blue. HEX triplet: 54, 48 and DF. RGB value is (84,72,223). Sum of RGB (Red+Green+Blue) = 84+72+223=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #5448DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448DF is #ABB720. Grayscale: #5C5C5C. Windows color (decimal): -11253537 or 14633044. OLE color: 14633044.

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

Color convert

RGB 84 72 223 -
CMYK 0.62 0.68 0 0.13
HSL 244.77º 0.7% 0.58% -
HSV(B) 244.77º 0.68% 0.87% -
XYZ 19.29 11.85 71.08 -
YUV 92.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 84 72 223 0.62 0.68 0 0.13 244.77 0.7 0.58
Hex 54 48 DF 3E 44 0 D F5 46 3A
Octal 124 110 337 76 104 0 15 365 106 72
Binary 1010100 1001000 11011111 111110 1000100 0 1101 11110101 1000110 111010

Color Harmonies of #5448DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5448DF

Black with #5448DF

Text Example


Text Example

White with #5448DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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