Html Css Color HEX #5649FA Neon Blue

📋 copy color: '#5649FA'

red 86 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #5649FA

Tints of Neon Blue #5649FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.12%

R = 21.03%
G = 17.85%
B = 61.12%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5649FA (or 0x5649FA) is known color: Neon Blue. HEX triplet: 56, 49 and FA. RGB value is (86,73,250). Sum of RGB (Red+Green+Blue) = 86+73+250=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #5649FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5649FA is #A9B605. Grayscale: #606060. Windows color (decimal): -11122182 or 16402774. OLE color: 16402774.

HSL color Cylindrical-coordinate representation of color #5649FA: hue angle of 244.41º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5649FA is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 73 250 -
CMYK 0.66 0.71 0 0.02
HSL 244.41º 0.95% 0.63% -
HSV(B) 244.41º 0.71% 0.98% -
XYZ 23.48 13.65 91.84 -
YUV 97.07 214.31 120.11 -
System Red Green Blue C M Y K H S L
Decimal 86 73 250 0.66 0.71 0 0.02 244.41 0.95 0.63
Hex 56 49 FA 42 47 0 2 F4 5F 3F
Octal 126 111 372 102 107 0 2 364 137 77
Binary 1010110 1001001 11111010 1000010 1000111 0 10 11110100 1011111 111111

Color Harmonies of #5649FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649FA

Black with #5649FA

Text Example


Text Example

White with #5649FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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