Html Css Color HEX #5449FA Neon Blue

📋 copy color: '#5449FA'

red 84 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #5449FA

Tints of Neon Blue #5449FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 20.64%
G = 17.94%
B = 61.43%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5449FA (or 0x5449FA) is known color: Neon Blue. HEX triplet: 54, 49 and FA. RGB value is (84,73,250). Sum of RGB (Red+Green+Blue) = 84+73+250=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #5449FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449FA is #ABB605. Grayscale: #5F5F5F. Windows color (decimal): -11253254 or 16402772. OLE color: 16402772.

HSL color Cylindrical-coordinate representation of color #5449FA: hue angle of 243.73º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5449FA is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 73 250 -
CMYK 0.66 0.71 0 0.02
HSL 243.73º 0.95% 0.63% -
HSV(B) 243.73º 0.71% 0.98% -
XYZ 23.29 13.55 91.83 -
YUV 96.47 214.64 119.11 -
System Red Green Blue C M Y K H S L
Decimal 84 73 250 0.66 0.71 0 0.02 243.73 0.95 0.63
Hex 54 49 FA 42 47 0 2 F4 5F 3F
Octal 124 111 372 102 107 0 2 364 137 77
Binary 1010100 1001001 11111010 1000010 1000111 0 10 11110100 1011111 111111

Color Harmonies of #5449FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449FA

Black with #5449FA

Text Example


Text Example

White with #5449FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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