#6E3DF7

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

Shades of Neon Blue #6E3DF7

Tints of Neon Blue #6E3DF7

Color information

#6E3DF7 (or 0x6E3DF7) is unknown color: approx Neon Blue. HEX triplet: 6E, 3D and F7. RGB value is (110,61,247). Sum of RGB (Red+Green+Blue) = 110+61+247=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 247 (96.88% from 255 or 59.09% from 418); Max value from RGB is 247 - color contains mainly: blue. Hex color #6E3DF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3DF7 is #91C208. Grayscale: #606060. Windows color (decimal): -9552393 or 16203118. OLE color: 16203118.

HSL color Cylindrical-coordinate representation of color #6E3DF7: hue angle of 255.81º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E3DF7 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11061247-
CMYK0.550.7500.03
HSL255.81º92.08%60.39%-
HSV(B)255.81º75.3%96.86%-
XYZ24.8913.3789.26-
YUV96.86212.73137.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.32%
GREEN value IS 61 (24.22% from 255) = 14.59%
BLUE value IS 247 (96.88% from 255) = 59.09%
R=26.32%
G=14.59%
B=59.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal110612470.550.7500.03255.8192.0860.39
Hex6E3DF7374B031005c3c
Octal15675367671130340013474
Binary11011101111011111011111011110010110111000000001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E3DF7; }

 p { color: rgb(110,61,247); }

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

<style>
 a { background-color: #6E3DF7; }

 a { background-color: rgb(110,61,247); }

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

<style>
 span { border-color: #6E3DF7; }

 span { border-color: rgb(110,61,247); }

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