Html Css Color HEX #5649F1 Neon Blue

📋 copy color: '#5649F1'

red 86 ◦ green 73 ◦ blue 241

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

Shades of Neon Blue #5649F1

Tints of Neon Blue #5649F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.25%

R = 21.5%
G = 18.25%
B = 60.25%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5649F1 (or 0x5649F1) is known color: Neon Blue. HEX triplet: 56, 49 and F1. RGB value is (86,73,241). Sum of RGB (Red+Green+Blue) = 86+73+241=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #5649F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5649F1 is #A9B60E. Grayscale: #5F5F5F. Windows color (decimal): -11122191 or 15812950. OLE color: 15812950.

HSL color Cylindrical-coordinate representation of color #5649F1: hue angle of 244.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5649F1 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 73 241 -
CMYK 0.64 0.70 0 0.05
HSL 244.64º 0.86% 0.62% -
HSV(B) 244.64º 0.7% 0.95% -
XYZ 22.1 13.09 84.58 -
YUV 96.04 209.81 120.84 -
System Red Green Blue C M Y K H S L
Decimal 86 73 241 0.64 0.70 0 0.05 244.64 0.86 0.62
Hex 56 49 F1 40 46 0 5 F5 56 3E
Octal 126 111 361 100 106 0 5 365 126 76
Binary 1010110 1001001 11110001 1000000 1000110 0 101 11110101 1010110 111110

Color Harmonies of #5649F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649F1

Black with #5649F1

Text Example


Text Example

White with #5649F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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