Html Css Color HEX #5649F8 Neon Blue

📋 copy color: '#5649F8'

red 86 ◦ green 73 ◦ blue 248

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

Shades of Neon Blue #5649F8

Tints of Neon Blue #5649F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.93%

R = 21.13%
G = 17.94%
B = 60.93%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5649F8 (or 0x5649F8) is known color: Neon Blue. HEX triplet: 56, 49 and F8. RGB value is (86,73,248). Sum of RGB (Red+Green+Blue) = 86+73+248=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 248 (97.27% from 255 or 60.93% from 407); Max value from RGB is 248 - color contains mainly: blue. Hex color #5649F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5649F8 is #A9B607. Grayscale: #606060. Windows color (decimal): -11122184 or 16271702. OLE color: 16271702.

HSL color Cylindrical-coordinate representation of color #5649F8: hue angle of 244.46º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5649F8 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 73 248 -
CMYK 0.65 0.71 0 0.03
HSL 244.46º 0.93% 0.63% -
HSV(B) 244.46º 0.71% 0.97% -
XYZ 23.16 13.52 90.2 -
YUV 96.84 213.31 120.27 -
System Red Green Blue C M Y K H S L
Decimal 86 73 248 0.65 0.71 0 0.03 244.46 0.93 0.63
Hex 56 49 F8 41 47 0 3 F4 5D 3F
Octal 126 111 370 101 107 0 3 364 135 77
Binary 1010110 1001001 11111000 1000001 1000111 0 11 11110100 1011101 111111

Color Harmonies of #5649F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649F8

Black with #5649F8

Text Example


Text Example

White with #5649F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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