#6449f5

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

Shades of Neon Blue #6449F5

Tints of Neon Blue #6449F5

Color information

#6449F5 (or 0x6449F5) is unknown color: approx Neon Blue. HEX triplet: 64, 49 and F5. RGB value is (100,73,245). Sum of RGB (Red+Green+Blue) = 100+73+245=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 245 (96.09% from 255 or 58.61% from 418); Max value from RGB is 245 - color contains mainly: blue. Hex color #6449F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449F5 is #9BB60A. Grayscale: #646464. Windows color (decimal): -10204683 or 16075108. OLE color: 16075108.

HSL color Cylindrical-coordinate representation of color #6449F5: hue angle of 249.42º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6449F5 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10073245-
CMYK0.590.7000.04
HSL249.42º89.58%62.35%-
HSV(B)249.42º70.2%96.08%-
XYZ24.1214.0787.83-
YUV100.68209.45127.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 245 (96.09% from 255) = 58.61%
R=23.92%
G=17.46%
B=58.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal100732450.590.7000.04249.4289.5862.35
Hex6449F53B4604f95a3e
Octal144111365731060437113276
Binary110010010010011111010111101110001100100111110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6449f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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