Html Css Color HEX #5446DF Neon Blue

📋 copy color: '#5446DF'

red 84 ◦ green 70 ◦ blue 223

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

Shades of Neon Blue #5446DF

Tints of Neon Blue #5446DF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

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

R = 22.28%
G = 18.57%
B = 59.15%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5446DF (or 0x5446DF) is known color: Neon Blue. HEX triplet: 54, 46 and DF. RGB value is (84,70,223). Sum of RGB (Red+Green+Blue) = 84+70+223=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #5446DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5446DF is #ABB920. Grayscale: #5B5B5B. Windows color (decimal): -11254049 or 14632532. OLE color: 14632532.

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

Color convert

RGB 84 70 223 -
CMYK 0.62 0.69 0 0.13
HSL 245.49º 0.71% 0.57% -
HSV(B) 245.49º 0.69% 0.87% -
XYZ 19.17 11.59 71.04 -
YUV 91.63 202.14 122.56 -
System Red Green Blue C M Y K H S L
Decimal 84 70 223 0.62 0.69 0 0.13 245.49 0.71 0.57
Hex 54 46 DF 3E 45 0 D F5 47 39
Octal 124 106 337 76 105 0 15 365 107 71
Binary 1010100 1000110 11011111 111110 1000101 0 1101 11110101 1000111 111001

Color Harmonies of #5446DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5446DF

Black with #5446DF

Text Example


Text Example

White with #5446DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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