#6841f7

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

Shades of Neon Blue #6841F7

Tints of Neon Blue #6841F7

Color information

#6841F7 (or 0x6841F7) is unknown color: approx Neon Blue. HEX triplet: 68, 41 and F7. RGB value is (104,65,247). Sum of RGB (Red+Green+Blue) = 104+65+247=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 247 (96.88% from 255 or 59.38% from 416); Max value from RGB is 247 - color contains mainly: blue. Hex color #6841F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6841F7 is #97BE08. Grayscale: #606060. Windows color (decimal): -9944585 or 16204136. OLE color: 16204136.

HSL color Cylindrical-coordinate representation of color #6841F7: hue angle of 252.86º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6841F7 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10465247-
CMYK0.580.7400.03
HSL252.86º91.92%61.18%-
HSV(B)252.86º73.68%96.86%-
XYZ24.3913.4489.3-
YUV97.41212.42132.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 247 (96.88% from 255) = 59.38%
R=25%
G=15.62%
B=59.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal104652470.580.7400.03252.8691.9261.18
Hex6841F73A4A03fd5c3d
Octal150101367721120337513475
Binary11010001000001111101111110101001010011111111011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6841f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6841f7; }

 p { color: rgb(104,65,247); }

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

<style>
 a { background-color: #6841f7; }

 a { background-color: rgb(104,65,247); }

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

<style>
 span { border-color: #6841f7; }

 span { border-color: rgb(104,65,247); }

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