#6A4BF6

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

Shades of Neon Blue #6A4BF6

Tints of Neon Blue #6A4BF6

Color information

#6A4BF6 (or 0x6A4BF6) is unknown color: approx Neon Blue. HEX triplet: 6A, 4B and F6. RGB value is (106,75,246). Sum of RGB (Red+Green+Blue) = 106+75+246=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #6A4BF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A4BF6 is #95B409. Grayscale: #676767. Windows color (decimal): -9810954 or 16141162. OLE color: 16141162.

HSL color Cylindrical-coordinate representation of color #6A4BF6: hue angle of 250.88º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A4BF6 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10675246-
CMYK0.570.7000.04
HSL250.88º90.48%62.94%-
HSV(B)250.88º69.51%96.47%-
XYZ25.0914.7588.71-
YUV103.76208.27129.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 246 (96.48% from 255) = 57.61%
R=24.82%
G=17.56%
B=57.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal106752460.570.7000.04250.8890.4862.94
Hex6A4BF6394604fb5a3f
Octal152113366711060437313277
Binary110101010010111111011011100110001100100111110111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,246); }

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

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

 a { background-color: rgb(106,75,246); }

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

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

 span { border-color: rgb(106,75,246); }

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