#645FFD

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

Shades of Neon Blue #645FFD

Tints of Neon Blue #645FFD

Color information

#645FFD (or 0x645FFD) is unknown color: approx Neon Blue. HEX triplet: 64, 5F and FD. RGB value is (100,95,253). Sum of RGB (Red+Green+Blue) = 100+95+253=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #645FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FFD is #9BA002. Grayscale: #717171. Windows color (decimal): -10199043 or 16605028. OLE color: 16605028.

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

Color convert

RGB10095253-
CMYK0.600.6200.01
HSL241.9º97.53%68.24%-
HSV(B)241.9º62.45%99.22%-
XYZ27.0817.9994.97-
YUV114.51206.16117.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=22.32%
G=21.21%
B=56.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100952530.600.6200.01241.997.5368.24
Hex645FFD3C3E01f26244
Octal144137375747601362142104
Binary1100100101111111111101111100111110011111001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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