#6A44FE

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

Shades of Neon Blue #6A44FE

Tints of Neon Blue #6A44FE

Color information

#6A44FE (or 0x6A44FE) is unknown color: approx Neon Blue. HEX triplet: 6A, 44 and FE. RGB value is (106,68,254). Sum of RGB (Red+Green+Blue) = 106+68+254=428 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.77% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A44FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A44FE is #95BB01. Grayscale: #636363. Windows color (decimal): -9812738 or 16663658. OLE color: 16663658.

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

Color convert

RGB10668254-
CMYK0.580.7300.00
HSL252.26º98.94%63.14%-
HSV(B)252.26º73.23%99.61%-
XYZ25.914.3595.17-
YUV100.57214.59131.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.77%
GREEN value IS 68 (26.95% from 255) = 15.89%
BLUE value IS 254 (99.61% from 255) = 59.35%
R=24.77%
G=15.89%
B=59.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal106682540.580.7300.00252.2698.9463.14
Hex6A44FE3A4900fc633f
Octal152104376721110037414377
Binary1101010100010011111110111010100100100111111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A44FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,254); }

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

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

 a { background-color: rgb(106,68,254); }

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

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

 span { border-color: rgb(106,68,254); }

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