#6A49FF

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

Shades of Neon Blue #6A49FF

Tints of Neon Blue #6A49FF

Color information

#6A49FF (or 0x6A49FF) is unknown color: approx Neon Blue. HEX triplet: 6A, 49 and FF. RGB value is (106,73,255). Sum of RGB (Red+Green+Blue) = 106+73+255=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A49FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A49FF is #95B600. Grayscale: #666666. Windows color (decimal): -9811457 or 16730474. OLE color: 16730474.

HSL color Cylindrical-coordinate representation of color #6A49FF: hue angle of 250.88º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A49FF is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10673255-
CMYK0.580.7100
HSL250.88º100%64.31%-
HSV(B)250.88º71.37%100%-
XYZ26.3815.0596.12-
YUV103.62213.43129.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.42%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 255 (100% from 255) = 58.76%
R=24.42%
G=16.82%
B=58.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal106732550.580.7100250.8810064.31
Hex6A49FF3A4700fb6440
Octal1521113777210700373144100
Binary11010101001001111111111110101000111001111101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A49FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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