#6E44FE

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

Shades of Neon Blue #6E44FE

Tints of Neon Blue #6E44FE

Color information

#6E44FE (or 0x6E44FE) is unknown color: approx Neon Blue. HEX triplet: 6E, 44 and FE. RGB value is (110,68,254). Sum of RGB (Red+Green+Blue) = 110+68+254=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E44FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E44FE is #91BB01. Grayscale: #656565. Windows color (decimal): -9550594 or 16663662. OLE color: 16663662.

HSL color Cylindrical-coordinate representation of color #6E44FE: hue angle of 253.55º 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 #6E44FE is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11068254-
CMYK0.570.7300.00
HSL253.55º98.94%63.14%-
HSV(B)253.55º73.23%99.61%-
XYZ26.3914.695.19-
YUV101.76213.91133.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 68 (26.95% from 255) = 15.74%
BLUE value IS 254 (99.61% from 255) = 58.80%
R=25.46%
G=15.74%
B=58.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal110682540.570.7300.00253.5598.9463.14
Hex6E44FE394900fe633f
Octal156104376711110037614377
Binary1101110100010011111110111001100100100111111101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E44FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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