#6a49f8

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

Shades of Neon Blue #6A49F8

Tints of Neon Blue #6A49F8

Color information

#6A49F8 (or 0x6A49F8) is unknown color: approx Neon Blue. HEX triplet: 6A, 49 and F8. RGB value is (106,73,248). Sum of RGB (Red+Green+Blue) = 106+73+248=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #6A49F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A49F8 is #95B607. Grayscale: #666666. Windows color (decimal): -9811464 or 16271722. OLE color: 16271722.

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

Color convert

RGB10673248-
CMYK0.570.7100.03
HSL251.31º92.59%62.94%-
HSV(B)251.31º70.56%97.25%-
XYZ25.2714.6190.29-
YUV102.82209.93130.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 248 (97.27% from 255) = 58.08%
R=24.82%
G=17.10%
B=58.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal106732480.570.7100.03251.3192.5962.94
Hex6A49F8394703fb5d3f
Octal152111370711070337313577
Binary11010101001001111110001110011000111011111110111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a49f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,73,248); }

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

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

 a { background-color: rgb(106,73,248); }

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

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

 span { border-color: rgb(106,73,248); }

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