#6A45F1

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

Shades of Neon Blue #6A45F1

Tints of Neon Blue #6A45F1

Color information

#6A45F1 (or 0x6A45F1) is unknown color: approx Neon Blue. HEX triplet: 6A, 45 and F1. RGB value is (106,69,241). Sum of RGB (Red+Green+Blue) = 106+69+241=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #6A45F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A45F1 is #95BA0E. Grayscale: #636363. Windows color (decimal): -9812495 or 15811946. OLE color: 15811946.

HSL color Cylindrical-coordinate representation of color #6A45F1: hue angle of 252.91º degrees, saturation: 0.86, 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 #6A45F1 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10669241-
CMYK0.560.7100.05
HSL252.91º86%60.78%-
HSV(B)252.91º71.37%94.51%-
XYZ23.9513.6784.6-
YUV99.67207.76132.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 69 (27.34% from 255) = 16.59%
BLUE value IS 241 (94.53% from 255) = 57.93%
R=25.48%
G=16.59%
B=57.93%

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
Decimal106692410.560.7100.05252.918660.78
Hex6A45F1384705fd563d
Octal152105361701070537512675
Binary110101010001011111000111100010001110101111111011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A45F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,241); }

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

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

 a { background-color: rgb(106,69,241); }

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

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

 span { border-color: rgb(106,69,241); }

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