#645BFD

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

Shades of Neon Blue #645BFD

Tints of Neon Blue #645BFD

Color information

#645BFD (or 0x645BFD) is unknown color: approx Neon Blue. HEX triplet: 64, 5B and FD. RGB value is (100,91,253). Sum of RGB (Red+Green+Blue) = 100+91+253=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #645BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645BFD is #9BA402. Grayscale: #6F6F6F. Windows color (decimal): -10200067 or 16604004. OLE color: 16604004.

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

Color convert

RGB10091253-
CMYK0.600.6400.01
HSL243.33º97.59%67.45%-
HSV(B)243.33º64.03%99.22%-
XYZ26.7317.2894.86-
YUV112.16207.48119.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 253 (99.22% from 255) = 56.98%
R=22.52%
G=20.50%
B=56.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100912530.600.6400.01243.3397.5967.45
Hex645BFD3C4001f36243
Octal1441333757410001363142103
Binary11001001011011111111011111001000000011111001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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