#643DFF

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

Shades of Neon Blue #643DFF

Tints of Neon Blue #643DFF

Color information

#643DFF (or 0x643DFF) is unknown color: approx Neon Blue. HEX triplet: 64, 3D and FF. RGB value is (100,61,255). Sum of RGB (Red+Green+Blue) = 100+61+255=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #643DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643DFF is #9BC200. Grayscale: #5E5E5E. Windows color (decimal): -10207745 or 16727396. OLE color: 16727396.

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

Color convert

RGB10061255-
CMYK0.610.7600
HSL252.06º100%61.96%-
HSV(B)252.06º76.08%100%-
XYZ24.9713.2795.85-
YUV94.78218.42131.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 255 (100% from 255) = 61.30%
R=24.04%
G=14.66%
B=61.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal100612550.610.7600252.0610061.96
Hex643DFF3D4C00fc643e
Octal14475377751140037414476
Binary110010011110111111111111101100110000111111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643DFF; }

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

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

<style>
 a { background-color: #643DFF; }

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

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

<style>
 span { border-color: #643DFF; }

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

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