#6449EC

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

Shades of Neon Blue #6449EC

Tints of Neon Blue #6449EC

Color information

#6449EC (or 0x6449EC) is unknown color: approx Neon Blue. HEX triplet: 64, 49 and EC. RGB value is (100,73,236). Sum of RGB (Red+Green+Blue) = 100+73+236=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #6449EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449EC is #9BB613. Grayscale: #636363. Windows color (decimal): -10204692 or 15485284. OLE color: 15485284.

HSL color Cylindrical-coordinate representation of color #6449EC: hue angle of 249.94º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6449EC is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10073236-
CMYK0.580.6900.07
HSL249.94º81.09%60.59%-
HSV(B)249.94º69.07%92.55%-
XYZ22.7813.5380.77-
YUV99.66204.95128.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 236 (92.58% from 255) = 57.70%
R=24.45%
G=17.85%
B=57.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100732360.580.6900.07249.9481.0960.59
Hex6449EC3A4507fa513d
Octal144111354721050737212175
Binary110010010010011110110011101010001010111111110101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6449EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6449EC; }

 p { color: rgb(100,73,236); }

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

<style>
 a { background-color: #6449EC; }

 a { background-color: rgb(100,73,236); }

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

<style>
 span { border-color: #6449EC; }

 span { border-color: rgb(100,73,236); }

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