Html Css Color HEX #5647F1 Neon Blue

📋 copy color: '#5647F1'

red 86 ◦ green 71 ◦ blue 241

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

Shades of Neon Blue #5647F1

Tints of Neon Blue #5647F1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 21.61%
G = 17.84%
B = 60.55%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5647F1 (or 0x5647F1) is known color: Neon Blue. HEX triplet: 56, 47 and F1. RGB value is (86,71,241). Sum of RGB (Red+Green+Blue) = 86+71+241=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #5647F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5647F1 is #A9B80E. Grayscale: #5E5E5E. Windows color (decimal): -11122703 or 15812438. OLE color: 15812438.

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

Color convert

RGB 86 71 241 -
CMYK 0.64 0.71 0 0.05
HSL 245.29º 0.86% 0.61% -
HSV(B) 245.29º 0.71% 0.95% -
XYZ 21.97 12.84 84.54 -
YUV 94.87 210.47 121.68 -
System Red Green Blue C M Y K H S L
Decimal 86 71 241 0.64 0.71 0 0.05 245.29 0.86 0.61
Hex 56 47 F1 40 47 0 5 F5 56 3D
Octal 126 107 361 100 107 0 5 365 126 75
Binary 1010110 1000111 11110001 1000000 1000111 0 101 11110101 1010110 111101

Color Harmonies of #5647F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5647F1

Black with #5647F1

Text Example


Text Example

White with #5647F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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