#645FFF

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

Shades of Neon Blue #645FFF

Tints of Neon Blue #645FFF

Color information

#645FFF (or 0x645FFF) is unknown color: approx Neon Blue. HEX triplet: 64, 5F and FF. RGB value is (100,95,255). Sum of RGB (Red+Green+Blue) = 100+95+255=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #645FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FFF is #9BA000. Grayscale: #727272. Windows color (decimal): -10199041 or 16736100. OLE color: 16736100.

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

Color convert

RGB10095255-
CMYK0.610.6300
HSL241.88º100%68.63%-
HSV(B)241.88º62.75%100%-
XYZ27.418.1196.66-
YUV114.73207.16117.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.22%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 255 (100% from 255) = 56.67%
R=22.22%
G=21.11%
B=56.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal100952550.610.6300241.8810068.63
Hex645FFF3D3F00f26445
Octal144137377757700362144105
Binary1100100101111111111111111101111111001111001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,95,255); }

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

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

 a { background-color: rgb(100,95,255); }

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

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

 span { border-color: rgb(100,95,255); }

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