Html Css Color HEX #5448ED Neon Blue

📋 copy color: '#5448ED'

red 84 ◦ green 72 ◦ blue 237

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

Shades of Neon Blue #5448ED

Tints of Neon Blue #5448ED

RGB

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

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

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

R = 21.37%
G = 18.32%
B = 60.31%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5448ED (or 0x5448ED) is known color: Neon Blue. HEX triplet: 54, 48 and ED. RGB value is (84,72,237). Sum of RGB (Red+Green+Blue) = 84+72+237=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #5448ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5448ED is #ABB712. Grayscale: #5D5D5D. Windows color (decimal): -11253523 or 15550548. OLE color: 15550548.

HSL color Cylindrical-coordinate representation of color #5448ED: hue angle of 244.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5448ED is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 72 237 -
CMYK 0.65 0.70 0 0.07
HSL 244.36º 0.82% 0.61% -
HSV(B) 244.36º 0.7% 0.93% -
XYZ 21.26 12.63 81.44 -
YUV 94.4 208.48 120.58 -
System Red Green Blue C M Y K H S L
Decimal 84 72 237 0.65 0.70 0 0.07 244.36 0.82 0.61
Hex 54 48 ED 41 46 0 7 F4 52 3D
Octal 124 110 355 101 106 0 7 364 122 75
Binary 1010100 1001000 11101101 1000001 1000110 0 111 11110100 1010010 111101

Color Harmonies of #5448ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5448ED

Black with #5448ED

Text Example


Text Example

White with #5448ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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