#6C3FF1

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

Shades of Neon Blue #6C3FF1

Tints of Neon Blue #6C3FF1

Color information

#6C3FF1 (or 0x6C3FF1) is unknown color: approx Neon Blue. HEX triplet: 6C, 3F and F1. RGB value is (108,63,241). Sum of RGB (Red+Green+Blue) = 108+63+241=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C3FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3FF1 is #93C00E. Grayscale: #606060. Windows color (decimal): -9682959 or 15810412. OLE color: 15810412.

HSL color Cylindrical-coordinate representation of color #6C3FF1: hue angle of 255.17º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C3FF1 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10863241-
CMYK0.550.7400.05
HSL255.17º86.41%59.61%-
HSV(B)255.17º73.86%94.51%-
XYZ23.8413.0984.49-
YUV96.75209.41136.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 63 (25% from 255) = 15.29%
BLUE value IS 241 (94.53% from 255) = 58.50%
R=26.21%
G=15.29%
B=58.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal108632410.550.7400.05255.1786.4159.61
Hex6C3FF1374A05ff563c
Octal15477361671120537712674
Binary11011001111111111000111011110010100101111111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,63,241); }

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

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

 a { background-color: rgb(108,63,241); }

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

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

 span { border-color: rgb(108,63,241); }

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