#6843F5

Color #6843F5 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6843F5

Tints of Neon Blue #6843F5

Color information

#6843F5 (or 0x6843F5) is unknown color: approx Neon Blue. HEX triplet: 68, 43 and F5. RGB value is (104,67,245). Sum of RGB (Red+Green+Blue) = 104+67+245=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 245 (96.09% from 255 or 58.89% from 416); Max value from RGB is 245 - color contains mainly: blue. Hex color #6843F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6843F5 is #97BC0A. Grayscale: #616161. Windows color (decimal): -9944075 or 16073576. OLE color: 16073576.

HSL color Cylindrical-coordinate representation of color #6843F5: hue angle of 252.47º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6843F5 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10467245-
CMYK0.580.7300.04
HSL252.47º89.9%61.18%-
HSV(B)252.47º72.65%96.08%-
XYZ24.213.5587.73-
YUV98.35210.76132.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 67 (26.56% from 255) = 16.11%
BLUE value IS 245 (96.09% from 255) = 58.89%
R=25%
G=16.11%
B=58.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal104672450.580.7300.04252.4789.961.18
Hex6843F53A4904fc5a3d
Octal150103365721110437413275
Binary110100010000111111010111101010010010100111111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6843F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6843F5; }

 p { color: rgb(104,67,245); }

 H1.HeaderClassName
 {
   color: #6843F5;
 }
 .AnyTagClassName
 {
   color: #6843F5;
 }
</style>
background-color css

<style>
 a { background-color: #6843F5; }

 a { background-color: rgb(104,67,245); }

 div.DivClassName
 {
   background-color: #6843F5;
 }
 .BgClassName
 {
   background-color: #6843F5;
 }
</style>
border-color css

<style>
 span { border-color: #6843F5; }

 span { border-color: rgb(104,67,245); }

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