Html Css Color HEX #5649EE Neon Blue

📋 copy color: '#5649EE'

red 86 ◦ green 73 ◦ blue 238

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

Shades of Neon Blue #5649EE

Tints of Neon Blue #5649EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.95%

R = 21.66%
G = 18.39%
B = 59.95%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5649EE (or 0x5649EE) is known color: Neon Blue. HEX triplet: 56, 49 and EE. RGB value is (86,73,238). Sum of RGB (Red+Green+Blue) = 86+73+238=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #5649EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5649EE is #A9B611. Grayscale: #5F5F5F. Windows color (decimal): -11122194 or 15616342. OLE color: 15616342.

HSL color Cylindrical-coordinate representation of color #5649EE: hue angle of 244.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5649EE is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 73 238 -
CMYK 0.64 0.69 0 0.07
HSL 244.73º 0.83% 0.61% -
HSV(B) 244.73º 0.69% 0.93% -
XYZ 21.65 12.92 82.24 -
YUV 95.7 208.31 121.08 -
System Red Green Blue C M Y K H S L
Decimal 86 73 238 0.64 0.69 0 0.07 244.73 0.83 0.61
Hex 56 49 EE 40 45 0 7 F5 53 3D
Octal 126 111 356 100 105 0 7 365 123 75
Binary 1010110 1001001 11101110 1000000 1000101 0 111 11110101 1010011 111101

Color Harmonies of #5649EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649EE

Black with #5649EE

Text Example


Text Example

White with #5649EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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