Html Css Color HEX #5449F7 Neon Blue

📋 copy color: '#5449F7'

red 84 ◦ green 73 ◦ blue 247

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

Shades of Neon Blue #5449F7

Tints of Neon Blue #5449F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 61.14%

R = 20.79%
G = 18.07%
B = 61.14%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5449F7 (or 0x5449F7) is known color: Neon Blue. HEX triplet: 54, 49 and F7. RGB value is (84,73,247). Sum of RGB (Red+Green+Blue) = 84+73+247=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #5449F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449F7 is #ABB608. Grayscale: #5F5F5F. Windows color (decimal): -11253257 or 16206164. OLE color: 16206164.

HSL color Cylindrical-coordinate representation of color #5449F7: hue angle of 243.79º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5449F7 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 84 73 247 -
CMYK 0.66 0.70 0 0.03
HSL 243.79º 0.92% 0.63% -
HSV(B) 243.79º 0.7% 0.97% -
XYZ 22.83 13.37 89.37 -
YUV 96.13 213.14 119.35 -
System Red Green Blue C M Y K H S L
Decimal 84 73 247 0.66 0.70 0 0.03 243.79 0.92 0.63
Hex 54 49 F7 42 46 0 3 F4 5C 3F
Octal 124 111 367 102 106 0 3 364 134 77
Binary 1010100 1001001 11110111 1000010 1000110 0 11 11110100 1011100 111111

Color Harmonies of #5449F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449F7

Black with #5449F7

Text Example


Text Example

White with #5449F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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