Html Css Color HEX #5448F3 Neon Blue

📋 copy color: '#5448F3'

red 84 ◦ green 72 ◦ blue 243

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

Shades of Neon Blue #5448F3

Tints of Neon Blue #5448F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60.9%

R = 21.05%
G = 18.05%
B = 60.9%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5448F3 (or 0x5448F3) is known color: Neon Blue. HEX triplet: 54, 48 and F3. RGB value is (84,72,243). Sum of RGB (Red+Green+Blue) = 84+72+243=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 243 (95.31% from 255 or 60.90% from 399); Max value from RGB is 243 - color contains mainly: blue. Hex color #5448F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5448F3 is #ABB70C. Grayscale: #5E5E5E. Windows color (decimal): -11253517 or 15943764. OLE color: 15943764.

HSL color Cylindrical-coordinate representation of color #5448F3: hue angle of 244.21º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5448F3 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 72 243 -
CMYK 0.65 0.70 0 0.05
HSL 244.21º 0.88% 0.62% -
HSV(B) 244.21º 0.7% 0.95% -
XYZ 22.15 12.99 86.13 -
YUV 95.08 211.48 120.1 -
System Red Green Blue C M Y K H S L
Decimal 84 72 243 0.65 0.70 0 0.05 244.21 0.88 0.62
Hex 54 48 F3 41 46 0 5 F4 58 3E
Octal 124 110 363 101 106 0 5 364 130 76
Binary 1010100 1001000 11110011 1000001 1000110 0 101 11110100 1011000 111110

Color Harmonies of #5448F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5448F3

Black with #5448F3

Text Example


Text Example

White with #5448F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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