#6B3FF1

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

Shades of Neon Blue #6B3FF1

Tints of Neon Blue #6B3FF1

Color information

#6B3FF1 (or 0x6B3FF1) is unknown color: approx Neon Blue. HEX triplet: 6B, 3F and F1. RGB value is (107,63,241). Sum of RGB (Red+Green+Blue) = 107+63+241=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B3FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3FF1 is #94C00E. Grayscale: #5F5F5F. Windows color (decimal): -9748495 or 15810411. OLE color: 15810411.

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

Color convert

RGB10763241-
CMYK0.560.7400.05
HSL254.83º86.41%59.61%-
HSV(B)254.83º73.86%94.51%-
XYZ23.7213.0384.48-
YUV96.45209.58135.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=26.03%
G=15.33%
B=58.64%

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
Decimal107632410.560.7400.05254.8386.4159.61
Hex6B3FF1384A05ff563c
Octal15377361701120537712674
Binary11010111111111111000111100010010100101111111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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