#6B49FA

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

Shades of Neon Blue #6B49FA

Tints of Neon Blue #6B49FA

Color information

#6B49FA (or 0x6B49FA) is unknown color: approx Neon Blue. HEX triplet: 6B, 49 and FA. RGB value is (107,73,250). Sum of RGB (Red+Green+Blue) = 107+73+250=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B49FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B49FA is #94B605. Grayscale: #666666. Windows color (decimal): -9745926 or 16402795. OLE color: 16402795.

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

Color convert

RGB10773250-
CMYK0.570.7100.02
HSL251.53º94.65%63.33%-
HSV(B)251.53º70.8%98.04%-
XYZ25.714.7991.94-
YUV103.34210.76130.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.88%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 250 (98.05% from 255) = 58.14%
R=24.88%
G=16.98%
B=58.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal107732500.570.7100.02251.5394.6563.33
Hex6B49FA394702fc5f3f
Octal153111372711070237413777
Binary11010111001001111110101110011000111010111111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B49FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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