#6B46F3

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

Shades of Neon Blue #6B46F3

Tints of Neon Blue #6B46F3

Color information

#6B46F3 (or 0x6B46F3) is unknown color: approx Neon Blue. HEX triplet: 6B, 46 and F3. RGB value is (107,70,243). Sum of RGB (Red+Green+Blue) = 107+70+243=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B46F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B46F3 is #94B90C. Grayscale: #646464. Windows color (decimal): -9746701 or 15943275. OLE color: 15943275.

HSL color Cylindrical-coordinate representation of color #6B46F3: hue angle of 252.83º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B46F3 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10770243-
CMYK0.560.7100.05
HSL252.83º87.82%61.37%-
HSV(B)252.83º71.19%95.29%-
XYZ24.4313.9886.2-
YUV100.78208.26132.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.48%
GREEN value IS 70 (27.73% from 255) = 16.67%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=25.48%
G=16.67%
B=57.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal107702430.560.7100.05252.8387.8261.37
Hex6B46F3384705fd583d
Octal153106363701070537513075
Binary110101110001101111001111100010001110101111111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B46F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,70,243); }

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

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

 a { background-color: rgb(107,70,243); }

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

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

 span { border-color: rgb(107,70,243); }

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