#6A3FF1

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

Shades of Neon Blue #6A3FF1

Tints of Neon Blue #6A3FF1

Color information

#6A3FF1 (or 0x6A3FF1) is unknown color: approx Neon Blue. HEX triplet: 6A, 3F and F1. RGB value is (106,63,241). Sum of RGB (Red+Green+Blue) = 106+63+241=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #6A3FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3FF1 is #95C00E. Grayscale: #5F5F5F. Windows color (decimal): -9814031 or 15810410. OLE color: 15810410.

HSL color Cylindrical-coordinate representation of color #6A3FF1: hue angle of 254.49º 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 #6A3FF1 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10663241-
CMYK0.560.7400.05
HSL254.49º86.41%59.61%-
HSV(B)254.49º73.86%94.51%-
XYZ23.612.9784.48-
YUV96.15209.75135.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 63 (25% from 255) = 15.37%
BLUE value IS 241 (94.53% from 255) = 58.78%
R=25.85%
G=15.37%
B=58.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106632410.560.7400.05254.4986.4159.61
Hex6A3FF1384A05fe563c
Octal15277361701120537612674
Binary11010101111111111000111100010010100101111111101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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