Html Css Color HEX #5649EA Neon Blue

📋 copy color: '#5649EA'

red 86 ◦ green 73 ◦ blue 234

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

Shades of Neon Blue #5649EA

Tints of Neon Blue #5649EA

RGB

 RED value IS 86 (33.98% from 255) = 21.88%

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

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 21.88%
G = 18.58%
B = 59.54%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5649EA (or 0x5649EA) is known color: Neon Blue. HEX triplet: 56, 49 and EA. RGB value is (86,73,234). Sum of RGB (Red+Green+Blue) = 86+73+234=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #5649EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5649EA is #A9B615. Grayscale: #5E5E5E. Windows color (decimal): -11122198 or 15354198. OLE color: 15354198.

HSL color Cylindrical-coordinate representation of color #5649EA: hue angle of 244.84º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5649EA is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 73 234 -
CMYK 0.63 0.69 0 0.08
HSL 244.84º 0.79% 0.6% -
HSV(B) 244.84º 0.69% 0.92% -
XYZ 21.07 12.68 79.18 -
YUV 95.24 206.31 121.41 -
System Red Green Blue C M Y K H S L
Decimal 86 73 234 0.63 0.69 0 0.08 244.84 0.79 0.6
Hex 56 49 EA 3F 45 0 8 F5 4F 3C
Octal 126 111 352 77 105 0 10 365 117 74
Binary 1010110 1001001 11101010 111111 1000101 0 1000 11110101 1001111 111100

Color Harmonies of #5649EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649EA

Black with #5649EA

Text Example


Text Example

White with #5649EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5649EA; }

 p { color: rgb(86,73,234); }

 H1.HeaderClassName
 {
   color: #5649EA;
 }
 .AnyTagClassName
 {
   color: #5649EA;
 }
</style>

background-color css

<style>
 a { background-color: #5649EA; }

 a { background-color: rgb(86,73,234); }

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

border-color css

<style>
 span { border-color: #5649EA; }

 span { border-color: rgb(86,73,234); }

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