#645DF9

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

Shades of Neon Blue #645DF9

Tints of Neon Blue #645DF9

Color information

#645DF9 (or 0x645DF9) is unknown color: approx Neon Blue. HEX triplet: 64, 5D and F9. RGB value is (100,93,249). Sum of RGB (Red+Green+Blue) = 100+93+249=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #645DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DF9 is #9BA206. Grayscale: #707070. Windows color (decimal): -10199559 or 16342372. OLE color: 16342372.

HSL color Cylindrical-coordinate representation of color #645DF9: hue angle of 242.69º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #645DF9 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10093249-
CMYK0.600.6300.02
HSL242.69º92.86%67.06%-
HSV(B)242.69º62.65%97.65%-
XYZ26.2717.3891.59-
YUV112.88204.82118.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 249 (97.66% from 255) = 56.33%
R=22.62%
G=21.04%
B=56.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal100932490.600.6300.02242.6992.8667.06
Hex645DF93C3F02f35d43
Octal144135371747702363135103
Binary11001001011101111110011111001111110101111001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645DF9; }

 p { color: rgb(100,93,249); }

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

<style>
 a { background-color: #645DF9; }

 a { background-color: rgb(100,93,249); }

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

<style>
 span { border-color: #645DF9; }

 span { border-color: rgb(100,93,249); }

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