#6E44FF

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

Shades of Neon Blue #6E44FF

Tints of Neon Blue #6E44FF

Color information

#6E44FF (or 0x6E44FF) is unknown color: approx Neon Blue. HEX triplet: 6E, 44 and FF. RGB value is (110,68,255). Sum of RGB (Red+Green+Blue) = 110+68+255=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E44FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E44FF is #91BB00. Grayscale: #656565. Windows color (decimal): -9550593 or 16729198. OLE color: 16729198.

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

Color convert

RGB11068255-
CMYK0.570.7300
HSL253.48º100%63.33%-
HSV(B)253.48º73.33%100%-
XYZ26.5514.6796.04-
YUV101.88214.41133.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.40%
GREEN value IS 68 (26.95% from 255) = 15.70%
BLUE value IS 255 (100% from 255) = 58.89%
R=25.40%
G=15.70%
B=58.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal110682550.570.7300253.4810063.33
Hex6E44FF394900fd643f
Octal156104377711110037514477
Binary1101110100010011111111111001100100100111111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E44FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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