#643fff

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

Shades of Neon Blue #643FFF

Tints of Neon Blue #643FFF

Color information

#643FFF (or 0x643FFF) is unknown color: approx Neon Blue. HEX triplet: 64, 3F and FF. RGB value is (100,63,255). Sum of RGB (Red+Green+Blue) = 100+63+255=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #643FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643FFF is #9BC000. Grayscale: #5F5F5F. Windows color (decimal): -10207233 or 16727908. OLE color: 16727908.

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

Color convert

RGB10063255-
CMYK0.610.7500
HSL251.56º100%62.35%-
HSV(B)251.56º75.29%100%-
XYZ25.0813.4895.89-
YUV95.95217.76130.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 63 (25% from 255) = 15.07%
BLUE value IS 255 (100% from 255) = 61.00%
R=23.92%
G=15.07%
B=61.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal100632550.610.7500251.5610062.35
Hex643FFF3D4B00fc643e
Octal14477377751130037414476
Binary110010011111111111111111101100101100111111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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