#645DFC

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

Shades of Neon Blue #645DFC

Tints of Neon Blue #645DFC

Color information

#645DFC (or 0x645DFC) is unknown color: approx Neon Blue. HEX triplet: 64, 5D and FC. RGB value is (100,93,252). Sum of RGB (Red+Green+Blue) = 100+93+252=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #645DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DFC is #9BA203. Grayscale: #707070. Windows color (decimal): -10199556 or 16538980. OLE color: 16538980.

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

Color convert

RGB10093252-
CMYK0.600.6300.01
HSL242.64º96.36%67.65%-
HSV(B)242.64º63.1%98.82%-
XYZ26.7417.5794.08-
YUV113.22206.32118.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.47%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 252 (98.83% from 255) = 56.63%
R=22.47%
G=20.90%
B=56.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100932520.600.6300.01242.6496.3667.65
Hex645DFC3C3F01f36044
Octal144135374747701363140104
Binary1100100101110111111100111100111111011111001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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