#6A45FA

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

Shades of Neon Blue #6A45FA

Tints of Neon Blue #6A45FA

Color information

#6A45FA (or 0x6A45FA) is unknown color: approx Neon Blue. HEX triplet: 6A, 45 and FA. RGB value is (106,69,250). Sum of RGB (Red+Green+Blue) = 106+69+250=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A45FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A45FA is #95BA05. Grayscale: #646464. Windows color (decimal): -9812486 or 16401770. OLE color: 16401770.

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

Color convert

RGB10669250-
CMYK0.580.7200.02
HSL252.27º94.76%62.55%-
HSV(B)252.27º72.4%98.04%-
XYZ25.3314.2291.85-
YUV100.7212.26131.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 250 (98.05% from 255) = 58.82%
R=24.94%
G=16.24%
B=58.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106692500.580.7200.02252.2794.7662.55
Hex6A45FA3A4802fc5f3f
Octal152105372721100237413777
Binary11010101000101111110101110101001000010111111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A45FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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