#645BFF

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

Shades of Neon Blue #645BFF

Tints of Neon Blue #645BFF

Color information

#645BFF (or 0x645BFF) is unknown color: approx Neon Blue. HEX triplet: 64, 5B and FF. RGB value is (100,91,255). Sum of RGB (Red+Green+Blue) = 100+91+255=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #645BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645BFF is #9BA400. Grayscale: #6F6F6F. Windows color (decimal): -10200065 or 16735076. OLE color: 16735076.

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

Color convert

RGB10091255-
CMYK0.610.6400
HSL243.29º100%67.84%-
HSV(B)243.29º64.31%100%-
XYZ27.0517.4196.54-
YUV112.39208.48119.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.42%
GREEN value IS 91 (35.94% from 255) = 20.40%
BLUE value IS 255 (100% from 255) = 57.17%
R=22.42%
G=20.40%
B=57.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal100912550.610.6400243.2910067.84
Hex645BFF3D4000f36444
Octal1441333777510000363144104
Binary11001001011011111111111111011000000001111001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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