#6B3AFA

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

Shades of Neon Blue #6B3AFA

Tints of Neon Blue #6B3AFA

Color information

#6B3AFA (or 0x6B3AFA) is unknown color: approx Neon Blue. HEX triplet: 6B, 3A and FA. RGB value is (107,58,250). Sum of RGB (Red+Green+Blue) = 107+58+250=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B3AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3AFA is #94C505. Grayscale: #5D5D5D. Windows color (decimal): -9749766 or 16398955. OLE color: 16398955.

HSL color Cylindrical-coordinate representation of color #6B3AFA: hue angle of 255.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B3AFA is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10758250-
CMYK0.570.7700.02
HSL255.31º95.05%60.39%-
HSV(B)255.31º76.8%98.04%-
XYZ24.8313.0591.65-
YUV94.54215.73136.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.78%
GREEN value IS 58 (23.05% from 255) = 13.98%
BLUE value IS 250 (98.05% from 255) = 60.24%
R=25.78%
G=13.98%
B=60.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal107582500.570.7700.02255.3195.0560.39
Hex6B3AFA394D02ff5f3c
Octal15372372711150237713774
Binary1101011111010111110101110011001101010111111111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,58,250); }

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

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

 a { background-color: rgb(107,58,250); }

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

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

 span { border-color: rgb(107,58,250); }

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