#6456F5

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

Shades of Neon Blue #6456F5

Tints of Neon Blue #6456F5

Color information

#6456F5 (or 0x6456F5) is unknown color: approx Neon Blue. HEX triplet: 64, 56 and F5. RGB value is (100,86,245). Sum of RGB (Red+Green+Blue) = 100+86+245=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #6456F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6456F5 is #9BA90A. Grayscale: #6B6B6B. Windows color (decimal): -10201355 or 16078436. OLE color: 16078436.

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

Color convert

RGB10086245-
CMYK0.590.6500.04
HSL245.28º88.83%64.9%-
HSV(B)245.28º64.9%96.08%-
XYZ25.0615.9688.15-
YUV108.31205.14122.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 245 (96.09% from 255) = 56.84%
R=23.20%
G=19.95%
B=56.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal100862450.590.6500.04245.2888.8364.9
Hex6456F53B4104f55941
Octal1441263657310104365131101
Binary1100100101011011110101111011100000101001111010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6456F5; }

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

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

<style>
 a { background-color: #6456F5; }

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

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

<style>
 span { border-color: #6456F5; }

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

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